Skip to content

Commit d71b8c8

Browse files
build(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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>
1 parent 8fcccea commit d71b8c8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 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@v6
1919
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
2020
with:
2121
toolchain: "1.83"
@@ -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@v6
2929
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
3030
with:
3131
toolchain: "1.83"
@@ -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@v6
4040
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
4141
with:
4242
toolchain: "1.83"
@@ -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@v6
5050
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
5151
with:
5252
toolchain: "1.83"
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
continue-on-error: true
6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v6
6262
- uses: dtolnay/rust-toolchain@stable
6363
with:
6464
components: clippy
@@ -68,7 +68,7 @@ jobs:
6868
name: minimal direct dependencies
6969
runs-on: ubuntu-latest
7070
steps:
71-
- uses: actions/checkout@v4
71+
- uses: actions/checkout@v6
7272
- uses: dtolnay/rust-toolchain@nightly
7373
with:
7474
components: clippy
@@ -84,7 +84,7 @@ jobs:
8484
packages: write
8585

8686
steps:
87-
- uses: actions/checkout@v4
87+
- uses: actions/checkout@v6
8888

8989
- uses: docker/login-action@v3
9090
with:

0 commit comments

Comments
 (0)