Bump GitHub Actions to Node 24 majors - #22
Merged
Conversation
Update actions/checkout v4 to v7, actions/setup-python v5 to v7, and peter-evans/create-pull-request v6 to v8 across both workflows. The old majors target Node 20, which GitHub now force-runs on Node 24 with a deprecation warning; the new majors run on Node 24 natively and clear it. The inputs used are unchanged across these versions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the actions used in both workflows to their current majors:
actions/checkoutv4 -> v7actions/setup-pythonv5 -> v7peter-evans/create-pull-requestv6 -> v8The old majors target Node 20, which GitHub now force-runs on Node 24 with a deprecation warning. The new majors run on Node 24 natively and clear the warning. The inputs the workflows use are unchanged across these versions.