Skip to content

Commit 523ad3b

Browse files
Bump the all-actions group with 3 updates
Bumps the all-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action). Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) Updates `actions/attest-build-provenance` from 1 to 2 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v1...v2) Updates `EmbarkStudios/cargo-deny-action` from 1.6.2 to 2.0.4 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](EmbarkStudios/cargo-deny-action@b01e7a8...e2f4ede) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: EmbarkStudios/cargo-deny-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1efc4c5 commit 523ad3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/binaries.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Build provenance for attestation (release only)
7575
if: github.event_name == 'release'
76-
uses: actions/attest-build-provenance@v1
76+
uses: actions/attest-build-provenance@v2
7777
with:
7878
subject-path: target/${{ matrix.sys.target }}/release/${{ matrix.crate.binary }}${{ matrix.sys.ext }}
7979

@@ -142,7 +142,7 @@ jobs:
142142

143143
- name: Build provenance for attestation (release only)
144144
if: github.event_name == 'release'
145-
uses: actions/attest-build-provenance@v1
145+
uses: actions/attest-build-provenance@v2
146146
with:
147147
subject-path: ${{ env.STELLAR_CLI_INSTALLER }}
148148

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
check: [advisories, bans, licenses, sources]
3939
continue-on-error: ${{ matrix.check == 'advisories' }}
4040
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
4343
with:
4444
command: check ${{ matrix.check }}
4545

0 commit comments

Comments
 (0)