Skip to content

Commit 86a3fd5

Browse files
build(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 fb21386 commit 86a3fd5

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.86"
@@ -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.86"
@@ -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.86"
@@ -46,7 +46,7 @@ jobs:
4646
name: cargo clippy
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v5
5050
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
5151
with:
5252
toolchain: "1.86"
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
continue-on-error: true
6262
steps:
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v5
6464
- uses: dtolnay/rust-toolchain@stable
6565
with:
6666
components: clippy
@@ -72,7 +72,7 @@ jobs:
7272
name: minimal direct dependencies
7373
runs-on: ubuntu-latest
7474
steps:
75-
- uses: actions/checkout@v4
75+
- uses: actions/checkout@v5
7676
- uses: dtolnay/rust-toolchain@nightly
7777
with:
7878
components: clippy

0 commit comments

Comments
 (0)