From f45077a75c99c82c281d238850f5ec90de9383cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:17:08 +0000 Subject: [PATCH] Update actions/cache digest to caa2961 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 00083a4..c232651 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,7 @@ jobs: - id: create-destination-key name: Create destination key for cache run: echo "destination-key=$(echo "${{ matrix.destination }}" | sed -r 's/[, ]/_/g')" >> $GITHUB_OUTPUT - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 with: path: | .build/SourcePackages/checkouts @@ -115,7 +115,7 @@ jobs: fail-fast: false steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 with: path: | .build/SourcePackages/checkouts