Skip to content

Commit dc0f1f1

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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 c8faa5f commit dc0f1f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Lints
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
with:
1919
submodules: recursive
2020

@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
RUSTDOCFLAGS: -Dwarnings
4747
steps:
48-
- uses: actions/checkout@v5
48+
- uses: actions/checkout@v6
4949
- uses: dtolnay/rust-toolchain@nightly
5050
- uses: dtolnay/install@cargo-docs-rs
5151
- run: cargo docs-rs -p swiftnav
@@ -78,7 +78,7 @@ jobs:
7878
binary_target: x86_64-unknown-linux-gnu
7979
toolchain: 1.87.0
8080
steps:
81-
- uses: actions/checkout@v5
81+
- uses: actions/checkout@v6
8282
with:
8383
submodules: recursive
8484

0 commit comments

Comments
 (0)