Skip to content

Commit 1abc893

Browse files
authored
Merge pull request #25 from renovate-bot/renovate/actions-attest-4.x
chore(deps): update actions/attest action to v4
2 parents b5c0a96 + d789afb commit 1abc893

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
done
4949
5050
- name: Attest build provenance
51-
uses: actions/attest@v3
51+
uses: actions/attest@v4
5252
with:
5353
subject-path: build/${{ env.NAME }}
5454
predicate-type: https://slsa.dev/provenance/v0.2
5555
predicate-path: build/${{ env.NAME }}.provenance.json
5656

5757
- name: Attest SBOM
58-
uses: actions/attest@v3
58+
uses: actions/attest@v4
5959
with:
6060
subject-path: build/${{ env.NAME }}
6161
predicate-type: https://spdx.dev/Document

0 commit comments

Comments
 (0)