- Notifications
You must be signed in to change notification settings - Fork689
Docs: mention latest released version v6 of checkout action#1254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull request overview
This PR attempts to update documentation examples to referenceactions/checkout@v6 instead ofactions/checkout@v5. However, there is a critical issue: as of January 2025 (my knowledge cutoff), version 6 of theactions/checkout action did not exist - the latest stable version was v4. Additionally, all the actual workflow files in this repository (.github/workflows/*.yml) continue to useactions/checkout@v5, suggesting that v6 may not yet be available.
Key Changes
- Updated all
actions/checkoutreferences from v5 to v6 in README.md (5 occurrences) - Updated all
actions/checkoutreferences from v5 to v6 in docs/advanced-usage.md (33 occurrences)
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Updated 5 code examples to referenceactions/checkout@v6 instead of v5 in basic usage documentation |
| docs/advanced-usage.md | Updated 33 code examples to referenceactions/checkout@v6 instead of v5 across various advanced usage scenarios including version specifications, caching, matrix builds, and outputs |
💡Add Copilot custom instructions for smarter, more guided reviews.Learn how to get started.
This PR updates to latest released version v6 of checkout action in
README.mdand co.