Skip to content

Commit 9f44f0e

Browse files
committed
CI: upgrade actions/cache from v2 to v4
See actions/toolkit#1890
1 parent d5d6c5a commit 9f44f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- uses: actions/checkout@v2
7373
- name: Cache conda
74-
uses: actions/cache@v2
74+
uses: actions/cache@v4
7575
env:
7676
# Increase this value to reset cache if dev-environment.yml has not changed
7777
CACHE_NUMBER: 0

0 commit comments

Comments
 (0)