Skip to content

ci: bump actions/checkout to v6 in readme drift check#112

Merged
markshust merged 1 commit into
developfrom
feature/checkout-v6-in-readme-check
Jun 3, 2026
Merged

ci: bump actions/checkout to v6 in readme drift check#112
markshust merged 1 commit into
developfrom
feature/checkout-v6-in-readme-check

Conversation

@markshust
Copy link
Copy Markdown
Collaborator

Summary

Quick follow-up to #111. The new readme-package-check.yml workflow used actions/checkout@v4 (Node 20, deprecation warning), while every other workflow in this repo (deploy-docs, split, sync-issue-templates) already uses @v6 (Node 24). Bringing the new workflow in line.

Test plan

  • CI run completes without the Node 20 deprecation warning

v4 runs on Node 20, which GitHub deprecated 2025-09-19 and will
remove from runners on 2026-09-16. v6 runs on Node 24 and matches
the version already used by the other workflows in this repo
(deploy-docs, split, sync-issue-templates).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added the ci CI/CD pipeline and automation changes label Jun 3, 2026
@markshust markshust merged commit d47efd9 into develop Jun 3, 2026
2 checks passed
@markshust markshust deleted the feature/checkout-v6-in-readme-check branch June 3, 2026 14:54
michalbiarda pushed a commit to michalbiarda/marko that referenced this pull request Jun 4, 2026
Adds a short "GitHub Actions" section to CONTRIBUTING.md covering
how to pick action versions for new and edited workflows: pin to
the latest stable major (currently v6), match what's already used
across sibling workflows, no floating refs.

Prompted by PR marko-php#112 — a new workflow shipped with checkout@v4
(Node 20, deprecated) while every other workflow in the repo was
already on @v6. Documenting the convention so it stops recurring.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI/CD pipeline and automation changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant