Skip to content

Commit 89e6fc1

Browse files
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a65ee6 commit 89e6fc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ jobs:
473473
group: rust-analysis-${{ github.ref }}
474474
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
475475
steps:
476-
- uses: actions/checkout@v4
476+
- uses: actions/checkout@v5
477477
- run: ci/install-dependencies.sh
478478
- run: ci/run-rust-checks.sh
479479
sparse:

0 commit comments

Comments
 (0)