Skip to content

Commit 9301b0f

Browse files
chore(deps): update actions/attest-build-provenance action to v4 (#106)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ce7090 commit 9301b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ jobs:
193193
GITHUB_TOKEN: ${{ github.token }}
194194
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
195195
NO_DIGEST: ${{ vars.NO_DIGEST }}
196-
- uses: actions/attest-build-provenance@v3
196+
- uses: actions/attest-build-provenance@v4
197197
with:
198198
subject-checksums: ./.goreleaser-dist/checksums.txt
199-
- uses: actions/attest-build-provenance@v3
199+
- uses: actions/attest-build-provenance@v4
200200
if: env.NO_DIGEST != 'false'
201201
with:
202202
subject-checksums: ./.goreleaser-dist/digest.txt

0 commit comments

Comments
 (0)