From 1a2866b6200d14b7c415c1f21456ff2ea209d993 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 18 Jun 2025 16:06:22 +0000 Subject: [PATCH 1/2] chore(deps): update https://git.kjan.de/actions/setup-buildx-action digest to e468171 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b4aaa5c..9ec6a91 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ runs: uses: https://git.kjan.de/actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Set up Docker Buildx - uses: https://git.kjan.de/actions/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3 + uses: https://git.kjan.de/actions/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3 - name: Login to local Docker Registry uses: https://git.kjan.de/actions/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3 From 7d16b26a8d2b729686c3877ed2c3eabaaf8796b0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 18 Jun 2025 18:03:24 +0000 Subject: [PATCH 2/2] 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 }}