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 @@ -108,7 +108,7 @@ jobs:
108
108
run : conda install conda-build=${{ env.CONDA_BUILD_VERSION}}
109
109
110
110
- name : Cache conda packages
111
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
111
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
112
112
env :
113
113
CACHE_NUMBER : 1 # Increase to reset cache
114
114
with :
@@ -199,7 +199,7 @@ jobs:
199
199
TEST_CHANNELS : ' -c ${{ env.channel-path }} ${{ env.CHANNELS }}'
200
200
201
201
- name : Cache conda packages
202
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
202
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
203
203
env :
204
204
CACHE_NUMBER : 1 # Increase to reset cache
205
205
with :
@@ -338,7 +338,7 @@ jobs:
338
338
run : more lockfile
339
339
340
340
- name : Cache conda packages
341
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
341
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
342
342
env :
343
343
CACHE_NUMBER : 1 # Increase to reset cache
344
344
with :
You can’t perform that action at this time.
0 commit comments