-
Notifications
You must be signed in to change notification settings - Fork 25
Revert "chore(deps): bump actions/checkout from 5 to 6" #56
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "chore(deps): bump actions/checkout from 5 to 6" #56
Conversation
This reverts commit ad0fe5f.
|
Caution Review failedThe pull request is closed. WalkthroughTwo GitHub Actions workflow files downgrade the checkout action from v6 to v5. The docs.yml file modifies two checkout steps, while python.yml downgrades checkout across multiple jobs (lint, type-check, test, integration, build, publish). No logic or control flow changes occur. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Poem
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
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 reverts a previous change that upgraded the actions/checkout GitHub Action from version 5 to version 6, restoring all workflow files to use v5.
- All instances of
actions/checkout@v6are reverted toactions/checkout@v5 - The revert is applied consistently across all GitHub Actions workflow files
- No other changes are included in this revert
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/python.yml |
Reverts 6 occurrences of actions/checkout from v6 to v5 across lint, type-check, test, integration, build, and publish jobs |
.github/workflows/docs.yml |
Reverts 2 occurrences of actions/checkout from v6 to v5 in the documentation deployment workflow |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Reverts #55
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.