Skip to content

Commit 59cffa0

Browse files
committed
fix: other cache version
1 parent 21aa86c commit 59cffa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
key: ${{ runner.os }}-conda-${{ hashFiles('**/environment.yml') }}
3939
restore-keys: ${{ runner.os }}-conda-
4040
- name: Set up pip cache
41-
uses: actions/cache@v2
41+
uses: actions/cache@v4
4242
with:
4343
path: ~/.cache/pip
4444
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.cfg', '**/requirements-dev.txt') }}

0 commit comments

Comments
 (0)