Skip to content

Commit 1b78cda

Browse files
Bump the all-actions group across 1 directory with 2 updates
Bumps the all-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [stellar/binaries](https://github.com/stellar/binaries). Updates `actions/checkout` from 3 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v6) Updates `stellar/binaries` from 30 to 55 - [Release notes](https://github.com/stellar/binaries/releases) - [Commits](stellar/binaries@v30...v55) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: stellar/binaries dependency-version: '37' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d16561c commit 1b78cda

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/rust.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fmt:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v6
2222
- run: rustup update stable && rustup default stable
2323
- run: find . -type f -name '*.rs' -print0 | xargs -I {} -0 rustfmt --check "{}"
2424

@@ -31,7 +31,7 @@ jobs:
3131
target: x86_64-unknown-linux-gnu
3232
runs-on: ${{ matrix.os }}
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v6
3535
- uses: stellar/actions/rust-cache@main
3636
- name: Use the minimum supported Rust version
3737
if: matrix.rust == 'msrv'
@@ -46,7 +46,7 @@ jobs:
4646
run: echo RUSTFLAGS='-Dwarnings' >> $GITHUB_ENV
4747
- run: rustup update
4848
- run: cargo version
49-
- uses: stellar/binaries@v30
49+
- uses: stellar/binaries@v55
5050
with:
5151
name: cargo-hack
5252
version: 0.5.28
@@ -71,9 +71,9 @@ jobs:
7171
fuzz-corpus:
7272
runs-on: ubuntu-latest
7373
steps:
74-
- uses: actions/checkout@v3
74+
- uses: actions/checkout@v6
7575
- uses: stellar/actions/rust-cache@main
76-
- uses: stellar/binaries@v33
76+
- uses: stellar/binaries@v55
7777
with:
7878
name: cargo-fuzz
7979
version: 0.12.0

0 commit comments

Comments
 (0)