ci: bump actions/checkout to v4#2000
Conversation
WalkthroughThe updates modify three GitHub Actions workflow files to use version 4 of the Changes
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the GitHub Actions checkout action from v3 to the new v4 version to ensure compatibility with Node 20 on GitHub‑hosted runners.
- Updated checkout actions in preview, latest_tags, and deploy workflows.
- Ensures improved reliability and compatibility with the current runner environments.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/preview.yml | Updated checkout action from v3 to v4. |
| .github/workflows/latest_tags.yml | Updated checkout action from v3 to v4. |
| .github/workflows/deploy.yml | Updated checkout action from v3 to v4. |
Hey ! GitHub‑hosted runners now use Node 20, so checkout v4 is required
This PR updates all workflows to actions/checkout@v4 , no functional changes expected
Summary by CodeRabbit