diff --git a/.github/actions/cached-ci-job/action.yaml b/.github/actions/cached-ci-job/action.yaml index 44c8321..fb8daa4 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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 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/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 8058fb4..8778abd 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -143,7 +143,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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 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/package-test.yaml b/.github/workflows/package-test.yaml index 01292d2..ce17141 100644 --- a/.github/workflows/package-test.yaml +++ b/.github/workflows/package-test.yaml @@ -127,7 +127,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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 + uses: actions/cache/save@caa296126883cff596d87d8935842f9db880ef25 # v5 with: path: ${{ steps.cache.outputs.cache-path }} key: ${{ steps.cache.outputs.cache-key }}