We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5505b2 commit 528ddc7Copy full SHA for 528ddc7
.github/workflows/ci.yaml
@@ -39,7 +39,7 @@ jobs:
39
hashFiles('requirements.txt', 'requirements_test.txt') }}" >> $GITHUB_OUTPUT
40
- name: Restore Python virtual environment
41
id: cache-venv
42
- uses: &actions-cache actions/cache@v5.0.3
+ uses: &actions-cache actions/cache@v5.0.4
43
with:
44
path: venv
45
key: >-
@@ -95,7 +95,7 @@ jobs:
95
- &cache-restore-python-base
96
name: Restore Python virtual environment
97
98
- uses: &actions-cache-restore actions/cache/restore@v5.0.3
+ uses: &actions-cache-restore actions/cache/restore@v5.0.4
99
100
fail-on-cache-miss: true
101
0 commit comments