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](https://github.com/actions/checkout/compare/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>
This commit is contained in:
dependabot[bot]
2026-03-02 17:15:19 +00:00
committed by Robert Bragg
parent 4ff35807fb
commit f44d837bf7
+2 -2
View File
@@ -19,7 +19,7 @@ jobs:
# See top README for MSRV policy # See top README for MSRV policy
rust-version: [1.85.0, stable] rust-version: [1.85.0, stable]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
# Downgrade all dependencies to their minimum version, both to ensure our # Downgrade all dependencies to their minimum version, both to ensure our
# minimum version bounds are correct and buildable, as well as to satisfy # minimum version bounds are correct and buildable, as well as to satisfy
@@ -109,7 +109,7 @@ jobs:
format: format:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- name: Format - name: Format
run: cargo fmt --all -- --check run: cargo fmt --all -- --check