ci: update actions/checkout to v7 - #872
Open
katsugtgz wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The change is a straightforward workflow-only action version bump with valid YAML and no other CI behavior changes observed.
Pull request overview
This PR updates the GitHub Actions CI workflows to use actions/checkout@v7, keeping the repository’s CI and benchmark pipelines current while staying within .github/workflows/.
Changes:
- Bumped
actions/checkoutfrom@v3to@v7in the main CI workflow across all jobs. - Bumped
actions/checkoutfrom@v3to@v7in the benchmark workflow.
File summaries
| File | Description |
|---|---|
| .github/workflows/CI.yml | Updates all CI jobs to check out the repo using actions/checkout@v7. |
| .github/workflows/benchmark.yml | Updates the benchmark job to check out the repo using actions/checkout@v7. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Author
|
CI runs on this PR are waiting on maintainer approval because it is a first pull request from this fork. No action needed from me; the workflows should start once approved. |
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.
Updates actions/checkout from v3 to v7 in CI.yml and benchmark.yml.
Changes:
Validation:
Scope: .github/workflows/ only.