File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 73
73
74
74
- name : Build provenance for attestation (release only)
75
75
if : github.event_name == 'release'
76
- uses : actions/attest-build-provenance@v1
76
+ uses : actions/attest-build-provenance@v2
77
77
with :
78
78
subject-path : target/${{ matrix.sys.target }}/release/${{ matrix.crate.binary }}${{ matrix.sys.ext }}
79
79
@@ -142,7 +142,7 @@ jobs:
142
142
143
143
- name : Build provenance for attestation (release only)
144
144
if : github.event_name == 'release'
145
- uses : actions/attest-build-provenance@v1
145
+ uses : actions/attest-build-provenance@v2
146
146
with :
147
147
subject-path : ${{ env.STELLAR_CLI_INSTALLER }}
148
148
Original file line number Diff line number Diff line change 38
38
check : [advisories, bans, licenses, sources]
39
39
continue-on-error : ${{ matrix.check == 'advisories' }}
40
40
steps :
41
- - uses : actions/checkout@v3
42
- - uses : EmbarkStudios/cargo-deny-action@b01e7a8cfb1f496c52d77361e84c1840d8246393
41
+ - uses : actions/checkout@v4
42
+ - uses : EmbarkStudios/cargo-deny-action@e2f4ede4a4e60ea15ff31bc0647485d80c66cfba
43
43
with :
44
44
command : check ${{ matrix.check }}
45
45
You can’t perform that action at this time.
0 commit comments