We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21aa86c commit 59cffa0Copy full SHA for 59cffa0
.github/workflows/continuous-integration.yml
@@ -38,7 +38,7 @@ jobs:
38
key: ${{ runner.os }}-conda-${{ hashFiles('**/environment.yml') }}
39
restore-keys: ${{ runner.os }}-conda-
40
- name: Set up pip cache
41
- uses: actions/cache@v2
+ uses: actions/cache@v4
42
with:
43
path: ~/.cache/pip
44
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.cfg', '**/requirements-dev.txt') }}
0 commit comments