From 32343de41fc8f18fca6b4f1ab018389fb4a3bee3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 20:56:59 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to caa2961 --- .github/actions/cached-ci-job/action.yaml | 2 +- .github/workflows/cd.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/cached-ci-job/action.yaml b/.github/actions/cached-ci-job/action.yaml index bea25ed8..fb8daa49 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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # 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 30a8d995..8758f3a6 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -152,7 +152,7 @@ jobs: - name: Save execution cache if: success() && steps.cache.outputs.should-run == 'true' && steps.cache.outputs.cache-source == 'none' - uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache/save@caa296126883cff596d87d8935842f9db880ef25 # v5 with: path: ${{ steps.cache.outputs.cache-path }} key: ${{ steps.cache.outputs.cache-key }}