Skip to content

Commit cde6114

Browse files
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 bb2e307 commit cde6114

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: cargo check
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
1919
with:
2020
toolchain: "1.85"
@@ -23,7 +23,7 @@ jobs:
2323
name: cargo fmt
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
2828
with:
2929
toolchain: "1.85"
@@ -33,7 +33,7 @@ jobs:
3333
name: cargo test
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
with:
3838
lfs: 'true'
3939
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
@@ -45,7 +45,7 @@ jobs:
4545
name: cargo clippy
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
5050
with:
5151
toolchain: "1.85"

0 commit comments

Comments
 (0)