From 8ab75421b1aad8d1fee29dd4bcade2b6d371ae6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 08:55:43 +0000 Subject: [PATCH] chore(deps): update actions/attest-build-provenance action to v3 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 124803a..bf9c225 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,10 +43,10 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # After GoReleaser runs, attest all the files in ./dist/checksums.txt: - - uses: actions/attest-build-provenance@v2 + - uses: actions/attest-build-provenance@v3 with: subject-checksums: ./dist/checksums.txt # After GoReleaser runs, attest all the images in ./dist/digests.txt: - - uses: actions/attest-build-provenance@v2 + - uses: actions/attest-build-provenance@v3 with: subject-checksums: ./dist/digests.txt