From c3d81dc506940033cc4511ccae31b53e408bd4ca Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:59:22 +0000 Subject: [PATCH] Update actions/cache digest to 3624ceb Update actions/cache Change-type: patch --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bab779a..4c46c16 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ runs: - name: Restore tool cache if: inputs.skip-cache != 'true' id: cache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 with: path: ${{ runner.tool_cache }}/skopeo key: skopeo-${{ runner.os }}-${{ runner.arch }}-${{ steps.latest.outputs.release || inputs.version }}