👷♂️ Bump actions/checkout to v5 - #1463
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
Updates GitHub Actions checkout action from v4 to v5 across all workflow files to prepare for future Node.js 24 runner updates and ensure compatibility with newer GitHub Actions runner versions.
- Bumps actions/checkout from v4 to v5 across all CI workflow files
- Maintains existing workflow functionality while future-proofing infrastructure
- Requires GitHub Actions runner version 2.327.1 or higher
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/ci.yml | Updates checkout action version in main CI workflow across 5 job definitions |
| .github/workflows/ci-wake.yml | Updates checkout action version in Wake testing workflow |
| .github/workflows/ci-super-intense.yml | Updates checkout action version in super-intense testing workflow |
| .github/workflows/ci-invariant-intense.yml | Updates checkout action version in invariant-intense testing workflow |
| .github/workflows/ci-all-via-ir.yml | Updates checkout action version in via-ir testing workflow |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps checkout to v5 for future-proofing against Node 24 runner updates. Requires runner v2.327.1+. Workflows compile the same.
More info: https://github.com/actions/checkout/releases/tag/v5.0.0