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 @@ -131,7 +131,7 @@ jobs:
131
131
run : mamba install conda-build=${{ env.CONDA_BUILD_VERSION}}
132
132
133
133
- name : Cache conda packages
134
- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
134
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
135
135
env :
136
136
CACHE_NUMBER : 1 # Increase to reset cache
137
137
with :
@@ -233,7 +233,7 @@ jobs:
233
233
TEST_CHANNELS : ' -c ${{ env.channel-path }} ${{ env.CHANNELS }}'
234
234
235
235
- name : Cache conda packages
236
- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
236
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
237
237
env :
238
238
CACHE_NUMBER : 1 # Increase to reset cache
239
239
with :
@@ -377,7 +377,7 @@ jobs:
377
377
run : more lockfile
378
378
379
379
- name : Cache conda packages
380
- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
380
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
381
381
env :
382
382
CACHE_NUMBER : 1 # Increase to reset cache
383
383
with :
You can’t perform that action at this time.
0 commit comments