Skip to content

ci: use actions/checkout@v6.0.2 in the test workflow#173

Merged
xhyrom merged 1 commit into
oven-sh:mainfrom
tcely:patch-1
Mar 14, 2026
Merged

ci: use actions/checkout@v6.0.2 in the test workflow#173
xhyrom merged 1 commit into
oven-sh:mainfrom
tcely:patch-1

Conversation

@tcely

@tcely tcely commented Mar 11, 2026

Copy link
Copy Markdown
Contributor

Use a version that supports Node 24.

actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

Version 5 was the first to add support.

For #172

@tcely tcely marked this pull request as ready for review March 11, 2026 14:35
@coderabbitai

coderabbitai Bot commented Mar 11, 2026

Copy link
Copy Markdown

Walkthrough

Replaced every actions/checkout usage in .github/workflows/test.yml from version v4 to v6.0.2. No other workflow logic, steps, or error handling were modified.

Changes

Cohort / File(s) Summary
GitHub Actions Workflows
.github/workflows/test.yml
Replaced actions/checkout@v4 references with actions/checkout@v6.0.2 across all checkout steps (7 occurrences). No control-flow or step logic changes.
🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Description check ✅ Passed The description is related to the changeset, providing context about Node 24 support and referencing the associated issue #172.
Title check ✅ Passed The PR title accurately describes the main change: updating the test workflow to use actions/checkout@v6.0.2, which matches the changeset that replaced the checkout action version across all steps.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

📝 Coding Plan
  • Generate coding plan for human review comments

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

CodeRabbit can use TruffleHog to scan for secrets in your code with verification capabilities.

Add a TruffleHog config file (e.g. trufflehog-config.yml, trufflehog.yml) to your project to customize detectors and scanning behavior. The tool runs only when a config file is present.

Support for Node.js version 24 was added in v5.

@xhyrom xhyrom left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ty! LGTM

@xhyrom xhyrom changed the title Use actions/checkout@v6.0.2 in the Test workflow ci: use actions/checkout@v6.0.2 in the test workflow Mar 14, 2026
@xhyrom xhyrom merged commit 6f5bd06 into oven-sh:main Mar 14, 2026
87 checks passed
@tcely tcely deleted the patch-1 branch March 14, 2026 10:01
tcely added a commit to tcely/setup-bun that referenced this pull request Mar 14, 2026
fix(ci): pin `actions/checkout@v6.0.2` by commit hash

Support for Node.js version 24 was added in v5.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants