From d220415eb45a7b1321136d18c8df281fdf7f55d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 03:36:55 +0000 Subject: [PATCH] chore(deps): update actions/attest-build-provenance action to v4 --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a2a1257..13b1b40 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -88,7 +88,7 @@ jobs: if-no-files-found: error retention-days: 1 - name: Attest - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 id: attest if: ${{ github.event_name == 'push' }} with: @@ -139,7 +139,7 @@ jobs: docker buildx imagetools inspect "$FULL_DOCKER_IMAGE" echo "digest=$(docker buildx imagetools inspect "$FULL_DOCKER_IMAGE" | grep "Digest:" | awk '{ print $2 }')" >"$GITHUB_OUTPUT" - name: Attest - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 id: attest if: ${{ github.event_name == 'push' }} with: