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 :
@@ -231,7 +231,7 @@ jobs:
231
231
TEST_CHANNELS : ' -c ${{ env.channel-path }} ${{ env.CHANNELS }}'
232
232
233
233
- name : Cache conda packages
234
- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
234
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
235
235
env :
236
236
CACHE_NUMBER : 1 # Increase to reset cache
237
237
with :
@@ -375,7 +375,7 @@ jobs:
375
375
run : more lockfile
376
376
377
377
- name : Cache conda packages
378
- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
378
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
379
379
env :
380
380
CACHE_NUMBER : 1 # Increase to reset cache
381
381
with :
You can’t perform that action at this time.
0 commit comments