Skip to content

Commit dd33a8f

Browse files
Bump actions/checkout from 4 to 6 (#27)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 831fc14 commit dd33a8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-rust-crates-io-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: read
2121
steps:
2222
- name: Checkout repository contents
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424

2525
- name: Uninstall existing Rust toolchain (workaround for some runner images)
2626
run: rustup toolchain uninstall stable

0 commit comments

Comments
 (0)