We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5a80b commit 72d6371Copy full SHA for 72d6371
.github/workflows/ci.yaml
@@ -40,7 +40,7 @@ jobs:
40
'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT
41
- name: Restore Python virtual environment
42
id: cache-venv
43
- uses: &actions-cache actions/cache@v4.3.0
+ uses: &actions-cache actions/cache@v5.0.1
44
with:
45
path: venv
46
key: >-
@@ -96,7 +96,7 @@ jobs:
96
- &cache-restore-python-base
97
name: Restore Python virtual environment
98
99
- uses: &actions-cache-restore actions/cache/restore@v4.3.0
+ uses: &actions-cache-restore actions/cache/restore@v5.0.1
100
101
fail-on-cache-miss: true
102
0 commit comments