chore(ci): bump GitHub Actions to Node 24-compatible versions - #832
Open
yunaremaia wants to merge 1 commit into
Open
chore(ci): bump GitHub Actions to Node 24-compatible versions#832yunaremaia wants to merge 1 commit into
yunaremaia wants to merge 1 commit into
Conversation
Bump actions/checkout v4 to v5, actions/setup-node v4 to v5, and actions/setup-python v5 to v6 across publish and test workflows. These versions run natively on the current runner runtime (Node 24) instead of relying on a compatibility override. Detected with driftcheck.
Author
|
Hi @DietrichGebert — gentle bump on this PR (chore(ci): bump GitHub Actions to Node 24-compatible versions). Mergeable and CI green. Let me know if anything else is needed. Thanks! |
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.
Summary
Bumps
actions/checkout,actions/setup-node, andactions/setup-pythonto Node 24-compatible majors across both GitHub Actions workflows (publish.yml,test.yml). These versions run natively on the current runner runtime (Node 24) instead of relying on a compatibility override.Detected with driftcheck.
Workflow files changed
.github/workflows/publish.yml—actions/checkout@v4tov5,actions/setup-node@v4tov5.github/workflows/test.yml—actions/checkout@v4tov5,actions/setup-node@v4tov5,actions/setup-python@v5tov6Verification
yaml.safe_loadpasses on both files).with:inputs (node-version: '22',python-version: '3.12'are unchanged and supported by the new majors).Scope
Out of scope:
node-versionitself (stays'22'— a runtime bump is a separate decision),FUNDING.yml, dependabot config.