Skip to content

Commit 354f9af

Browse files
Bump actions/checkout from 5 to 6 in /.github/workflows (#21)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d556e8 commit 354f9af

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- windows-latest
1313
runs-on: ${{ matrix.os }}
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Cargo fmt
1717
run: cargo fmt --all -- --check
1818
- name: Cargo clippy
@@ -29,7 +29,7 @@ jobs:
2929
- windows-latest
3030
runs-on: ${{ matrix.os }}
3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
- uses: dtolnay/rust-toolchain@nightly
3434
- name: Generate minimal-version dependencies
3535
run: cargo -Zminimal-versions generate-lockfile
@@ -40,7 +40,7 @@ jobs:
4040
generate:
4141
runs-on: windows-latest
4242
steps:
43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v6
4444
- name: Checkout submodule
4545
# Manually update submodules with --checkout because they are configured with update=none and will be skipped otherwise
4646
run: git submodule update --recursive --init --force --checkout

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
if: github.repository_owner == 'Traverse-Research'
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- name: Publish
1515
run: cargo publish --token ${{ secrets.cratesio_token }}

0 commit comments

Comments
 (0)