Skip to content

Bump actions/checkout to v6 in README examples#91

Merged
hkeward merged 1 commit into
mainfrom
update-readme-checkout
May 27, 2026
Merged

Bump actions/checkout to v6 in README examples#91
hkeward merged 1 commit into
mainfrom
update-readme-checkout

Conversation

@hkeward
Copy link
Copy Markdown
Contributor

@hkeward hkeward commented May 27, 2026

Summary

The README's example workflows still showed actions/checkout@v4 (which runs on the deprecated Node 20 runtime). Update all three to actions/checkout@v6 (Node 24).

Removing the Node deprecation warning from old checkout was the original motivation for this whole round of work, so the copy-paste examples shouldn't reintroduce it for anyone following the docs.

Plain @v6 tag form is used (rather than a SHA pin) since these are illustrative examples; a consumer's own Renovate would pin them.

Test plan

  • static-checks + docker-smoke pass (docs-only change; no functional impact)

🤖 Generated with Claude Code

The example workflows still showed actions/checkout@v4 (node20). Update to
v6 (node24) so copied examples don't reintroduce the Node deprecation
warning this work set out to remove.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hkeward hkeward merged commit 4fafd20 into main May 27, 2026
2 checks passed
@hkeward hkeward deleted the update-readme-checkout branch May 27, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant