We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d7d49 commit 8ea8b3cCopy full SHA for 8ea8b3c
.github/workflows/dev_envs.yml
@@ -56,7 +56,7 @@ jobs:
56
fetch-depth: 0
57
58
- name: cache conda
59
- uses: actions/cache@v4
+ uses: actions/cache@v5
60
env:
61
CACHE_NUMBER: 0
62
with:
.github/workflows/python.yml
@@ -33,7 +33,7 @@ jobs:
33
echo "::set-output name=dir::$(pip cache dir)"
34
35
- name: pip cache
36
37
38
path: ${{ steps.pip-cache.outputs.dir }}
39
key: ${{ runner.os }}-pip-v4-${{ hashFiles('**/pyproject.toml') }}
@@ -65,7 +65,7 @@ jobs:
65
redis-version: 6
66
67
- name: tox cache
68
69
70
path: .tox/
71
key: ${{ runner.os }}-tox-v4-${{ hashFiles('**/pyproject.toml') }}
0 commit comments