-
-
Notifications
You must be signed in to change notification settings - Fork 32
chore: update GitHub Actions to latest versions #262
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
Conversation
- actions/checkout: v4 → v6 - actions/setup-python: v3/v5.x → v6 - github/codeql-action: v2 → v3 Reference: https://simonw.github.io/actions-latest/versions.txt
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates all GitHub workflow files to use the latest major versions of core GitHub Actions (checkout, setup-python, and CodeQL) without changing workflow logic or behavior. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #262 +/- ##
=======================================
Coverage 99.69% 99.69%
=======================================
Files 3 3
Lines 330 330
=======================================
Hits 329 329
Misses 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Summary
Update all GitHub Actions to their latest versions.
Changes
actions/checkoutactions/setup-pythongithub/codeql-actionReference
Based on latest versions from: https://simonw.github.io/actions-latest/versions.txt
Files Updated
.github/workflows/pythonpackage.yml.github/workflows/codeql.yml.github/workflows/lint.yml.github/workflows/publish-to-live-pypi.yml.github/workflows/publish-to-test-pypi.ymlSummary by Sourcery
Update CI GitHub Actions workflows to use the latest major versions of core actions.
CI: