chore(ci): bump actions/checkout from v4 to v6.0.2 (Node.js 24)#785
chore(ci): bump actions/checkout from v4 to v6.0.2 (Node.js 24)#785shigechika wants to merge 4 commits intogoogleworkspace:mainfrom
Conversation
|
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
I have signed the CLA. @googlebot please check. |
…absent
actions/checkout v6 treats an empty string token as an error
('Input required and not supplied: token'), unlike v4 which accepted it
silently. When the secret is not set (e.g. in a fork), the expression
evaluates to empty string, causing the checkout step to fail.
Add `|| github.token` fallback so the workflow runs correctly in both
the official repo (bot token available) and forks (falls back to the
built-in GITHUB_TOKEN).
…gesets.yml Same v6 empty-token fix as generate-skills.yml.
|
/gemini review |
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
Summary
All workflow files use
actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4, which runs on Node.js 20. GitHub Actions will deprecate Node.js 20 runners and force Node.js 24 by default starting June 2, 2026 (changelog).This PR bumps the pin to
v6.0.2(de0fac2e4500dabe0009e67214ff5f5447ce83dd), which uses Node.js 24.Affected files
.github/workflows/audit.yml.github/workflows/automation.yml.github/workflows/ci.yml.github/workflows/coverage.yml.github/workflows/generate-skills.yml.github/workflows/policy.yml.github/workflows/publish-skills.yml.github/workflows/release-changesets.yml.github/workflows/release.ymlChange
🤖 Generated with Claude Code