Skip to content

Commit 21aa86c

Browse files
committed
fix: actions/cache version
1 parent 3d22e0f commit 21aa86c

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
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v2
3434
- name: Set up conda cache
35-
uses: actions/cache@v2
35+
uses: actions/cache@v4
3636
with:
3737
path: ~/conda_pkgs_dir
3838
key: ${{ runner.os }}-conda-${{ hashFiles('**/environment.yml') }}

0 commit comments

Comments
 (0)