Skip to content

Commit 0b8cf04

Browse files
chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11478f6 commit 0b8cf04

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: cargo check
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
2020
with:
2121
toolchain: "1.85"
@@ -25,7 +25,7 @@ jobs:
2525
name: cargo fmt
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
3030
with:
3131
toolchain: "1.85"
@@ -36,7 +36,7 @@ jobs:
3636
name: cargo test
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
4141
with:
4242
toolchain: "1.85"
@@ -47,7 +47,7 @@ jobs:
4747
name: cargo clippy
4848
runs-on: ubuntu-latest
4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v5
5151
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
5252
with:
5353
toolchain: "1.85"
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
continue-on-error: true
6161
steps:
62-
- uses: actions/checkout@v4
62+
- uses: actions/checkout@v5
6363
- uses: dtolnay/rust-toolchain@stable
6464
with:
6565
components: clippy
@@ -69,7 +69,7 @@ jobs:
6969
name: minimal direct dependencies
7070
runs-on: ubuntu-latest
7171
steps:
72-
- uses: actions/checkout@v4
72+
- uses: actions/checkout@v5
7373
- uses: dtolnay/rust-toolchain@nightly
7474
with:
7575
components: clippy

0 commit comments

Comments
 (0)