Skip to content

Commit 8ee9750

Browse files
Bump actions/checkout from 5 to 6 (#46)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b1af27 commit 8ee9750

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
checks: write
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- name: Build
1919
run: cargo build
2020
- name: Run tests
@@ -28,7 +28,7 @@ jobs:
2828
format:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232
- name: Format Rust code
3333
run: cargo fmt --all -- --check
3434

@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
RUSTC_BOOTSTRAP: 1
3939
steps:
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
- name: Install cargo-llvm-cov
4242
uses: taiki-e/install-action@v2
4343
with:

0 commit comments

Comments
 (0)