File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
run : conda install conda-build=${{ env.CONDA_BUILD_VERSION}}
108
108
109
109
- name : Cache conda packages
110
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
110
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
111
111
env :
112
112
CACHE_NUMBER : 1 # Increase to reset cache
113
113
with :
@@ -198,7 +198,7 @@ jobs:
198
198
TEST_CHANNELS : ' -c ${{ env.channel-path }} ${{ env.CHANNELS }}'
199
199
200
200
- name : Cache conda packages
201
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
201
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
202
202
env :
203
203
CACHE_NUMBER : 1 # Increase to reset cache
204
204
with :
@@ -323,7 +323,7 @@ jobs:
323
323
run : more lockfile
324
324
325
325
- name : Cache conda packages
326
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
326
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
327
327
env :
328
328
CACHE_NUMBER : 1 # Increase to reset cache
329
329
with :
You can’t perform that action at this time.
0 commit comments