Skip to content

Commit f44d837

Browse files
dependabot[bot]rib
authored andcommitted
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 4ff3580 commit f44d837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# See top README for MSRV policy
2020
rust-version: [1.85.0, stable]
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323

2424
# Downgrade all dependencies to their minimum version, both to ensure our
2525
# minimum version bounds are correct and buildable, as well as to satisfy
@@ -109,7 +109,7 @@ jobs:
109109
format:
110110
runs-on: ubuntu-latest
111111
steps:
112-
- uses: actions/checkout@v4
112+
- uses: actions/checkout@v6
113113

114114
- name: Format
115115
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)