From 0ff3eab0b965303315b41187eaed19721c47013b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 22:15:51 -0500 Subject: [PATCH] chore(deps): update actions/attest-build-provenance action to v4 (#168) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 6b748c0..a19f3b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,11 +49,11 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # After GoReleaser runs, attest all the files in ./dist/checksums.txt: - name: Attest Build Provenance for Archives - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-checksums: ./dist/checksums.txt # After GoReleaser runs, attest all the images in ./dist/digests.txt: - name: Attest Build Provenance for Docker Images - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-checksums: ./dist/digests.txt