3737 uses : styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1
3838 with :
3939 access_token : ${{ github.token }}
40- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
40+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
4141 with :
4242 fetch-depth : 0
4343
4646 echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
4747
4848 - name : Cache conda packages
49- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
49+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
5050 env :
5151 CACHE_NUMBER : 0 # Increase to reset cache
5252 with :
@@ -151,7 +151,7 @@ jobs:
151151 echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
152152
153153 - name : Cache conda packages
154- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
154+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
155155 env :
156156 CACHE_NUMBER : 0 # Increase to reset cache
157157 with :
@@ -205,7 +205,7 @@ jobs:
205205 uses : styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1
206206 with :
207207 access_token : ${{ github.token }}
208- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
208+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
209209 with :
210210 fetch-depth : 0
211211
@@ -219,7 +219,7 @@ jobs:
219219 conda-build-version : ${{ env.CONDA_BUILD_VERSION }}
220220
221221 - name : Cache conda packages
222- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
222+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
223223 env :
224224 CACHE_NUMBER : 3 # Increase to reset cache
225225 with :
@@ -346,7 +346,7 @@ jobs:
346346 run : Get-Content -Path .\lockfile
347347
348348 - name : Cache conda packages
349- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
349+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
350350 env :
351351 CACHE_NUMBER : 0 # Increase to reset cache
352352 with :
0 commit comments