diff --git a/.github/actions/cached-ci-job/action.yaml b/.github/actions/cached-ci-job/action.yaml index e290f9247..6a2293f10 100644 --- a/.github/actions/cached-ci-job/action.yaml +++ b/.github/actions/cached-ci-job/action.yaml @@ -153,7 +153,7 @@ runs: - name: Lookup job result in actions/cache id: cache-lookup - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache/restore@caa296126883cff596d87d8935842f9db880ef25 # v5 with: path: ${{ steps.compute-hash.outputs.cache-path }} key: ${{ steps.compute-hash.outputs.cache-key }} diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index bd5dde18c..835773fa7 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -127,7 +127,7 @@ jobs: - name: Save job result to cache if: success() && steps.cache.outputs.should-run == 'true' - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache/save@caa296126883cff596d87d8935842f9db880ef25 # v5 with: path: ${{ steps.cache.outputs.cache-path }} key: ${{ steps.cache.outputs.cache-key }} diff --git a/.github/workflows/test-cluster.yaml b/.github/workflows/test-cluster.yaml index 4be76b090..d86dfa107 100644 --- a/.github/workflows/test-cluster.yaml +++ b/.github/workflows/test-cluster.yaml @@ -120,7 +120,7 @@ jobs: - name: Save job result to cache if: success() && steps.cache.outputs.should-run == 'true' && steps.cache.outputs.cache-source == 'none' - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache/save@caa296126883cff596d87d8935842f9db880ef25 # v5 with: path: ${{ steps.cache.outputs.cache-path }} key: ${{ steps.cache.outputs.cache-key }}