Skip to content

Commit 15fce50

Browse files
Start using major version for trusted action attest-build-provenance
1 parent 371f52b commit 15fce50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: ${{ ! startsWith(github.ref, 'refs/tags') }}
4444

4545
- name: generate build provenance
46-
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
46+
uses: actions/attest-build-provenance@v3
4747
with:
4848
subject-path: "${{ github.workspace }}/pkg/*.gem"
4949

0 commit comments

Comments
 (0)