Skip to content

Commit d96e3b7

Browse files
committed
CI: upgrade actions/cache from v2 to v4
See actions/toolkit#1890
1 parent 1768e62 commit d96e3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
- uses: actions/checkout@v2
7979
- name: Cache conda
80-
uses: actions/cache@v2
80+
uses: actions/cache@v4
8181
env:
8282
# Increase this value to reset cache if dev-environment.yml has not changed
8383
CACHE_NUMBER: 0

0 commit comments

Comments
 (0)