Skip to content

Commit 7a5d03c

Browse files
committed
Merge branch 'jc/ci-github-actions-use-checkout-v5'
CI dependency updates. * jc/ci-github-actions-use-checkout-v5: CI: bump actions/checkout from 4 to 5 for rust-analysis job
2 parents ec091e0 + 4bdb17e commit 7a5d03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ jobs:
480480
group: rust-analysis-${{ github.ref }}
481481
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
482482
steps:
483-
- uses: actions/checkout@v4
483+
- uses: actions/checkout@v5
484484
- run: ci/install-dependencies.sh
485485
- run: ci/run-rust-checks.sh
486486
sparse:

0 commit comments

Comments
 (0)