@@ -129,7 +129,7 @@ jobs:
129129 run : echo "HASH=${{ runner.os }}-${{ runner.arch }}-Py${{ matrix.python-version }}-${{ matrix.default-channel }}-${{ matrix.test-type }}-${{ matrix.test-group }}-$(date -u "+%Y%m")" >> $GITHUB_ENV
130130
131131 - name : Cache Conda
132- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
132+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
133133 with :
134134 path : ~/conda_pkgs_dir
135135 key : cache-${{ env.HASH }}
@@ -220,7 +220,7 @@ jobs:
220220
221221 - name : Upload Test Results
222222 if : ' !cancelled()'
223- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
223+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
224224 with :
225225 name : test-results-${{ env.HASH }}
226226 # CONDA-LIBMAMBA-SOLVER CHANGE: need to prepend conda/ to the paths
@@ -294,7 +294,7 @@ jobs:
294294 run : echo "HASH=${{ runner.os }}-${{ runner.arch }}-Py${{ matrix.python-version }}-${{ matrix.default-channel }}-${{ matrix.test-type }}-${{ matrix.test-group }}-$(date -u "+%Y%m")" >> $GITHUB_ENV
295295
296296 - name : Cache Conda
297- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
297+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
298298 with :
299299 path : ~/conda_pkgs_dir
300300 key : cache-${{ env.HASH }}
@@ -373,7 +373,7 @@ jobs:
373373
374374 - name : Upload Test Results
375375 if : ' !cancelled()'
376- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
376+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
377377 with :
378378 name : test-results-${{ env.HASH }}
379379 path : |
@@ -407,7 +407,7 @@ jobs:
407407 run : echo "HASH=${{ runner.os }}-${{ runner.arch }}-Py${{ matrix.python-version }}-benchmark-$(date -u "+%Y%m")" >> $GITHUB_ENV
408408
409409 - name : Cache Conda
410- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
410+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
411411 with :
412412 path : ~/conda_pkgs_dir
413413 key : cache-${{ env.HASH }}
@@ -431,7 +431,7 @@ jobs:
431431 run : conda list --show-channel-urls
432432
433433 - name : Run Benchmarks
434- uses : CodSpeedHQ/action@d872884a306dd4853acf0f584f4b706cf0cc72a2 # v4.13.0
434+ uses : CodSpeedHQ/action@db35df748deb45fdef0960669f57d627c1956c30 # v4.13.1
435435 with :
436436 token : ${{ secrets.CODSPEED_TOKEN }}
437437 run : $CONDA/envs/test/bin/pytest --codspeed
@@ -566,7 +566,7 @@ jobs:
566566 run : echo "HASH=${{ runner.os }}-${{ runner.arch }}-Py${{ matrix.python-version }}-${{ matrix.default-channel }}-${{ matrix.test-type }}-${{ matrix.test-group }}-$(date -u "+%Y%m")" >> $GITHUB_ENV
567567
568568 - name : Cache Conda
569- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
569+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
570570 with :
571571 path : ~/conda_pkgs_dir
572572 key : cache-${{ env.HASH }}
@@ -647,7 +647,7 @@ jobs:
647647
648648 - name : Upload Test Results
649649 if : ' !cancelled()'
650- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
650+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
651651 with :
652652 name : test-results-${{ env.HASH }}
653653 # CONDA-LIBMAMBA-SOLVER CHANGE: need to prepend conda/ to the paths
@@ -672,7 +672,7 @@ jobs:
672672
673673 - name : Upload Combined Test Results
674674 # provides one downloadable archive of all matrix run test results for further analysis
675- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
675+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
676676 with :
677677 name : test-results-${{ github.sha }}-all
678678 path : test-results-*
0 commit comments