From e4b243aadefed0a159abb18f079bd50790f092f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 01:00:41 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to caa2961 --- .github/actions/cached-ci-job/action.yaml | 2 +- .github/workflows/deploy-docs.yaml | 2 +- .github/workflows/package-test.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 }}