From 7d16b26a8d2b729686c3877ed2c3eabaaf8796b0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 18 Jun 2025 18:03:24 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 5a3ec84 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9ec6a91..369a17e 100644 --- a/action.yml +++ b/action.yml @@ -40,7 +40,7 @@ runs: password: ${{ inputs.DOCKER_PASSWORD }} - name: Cache Docker layers - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-${{ inputs.name }}-${{ github.sha }}