From 999dd46e2ccba6fa84eb3cc6cdf1262221dea93f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 18:36:11 +0000 Subject: [PATCH] Update actions/cache digest to 55cc834 --- .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 546674c..4f69c5a 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@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: | .build/SourcePackages/checkouts @@ -115,7 +115,7 @@ jobs: fail-fast: false steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: | .build/SourcePackages/checkouts