ci: bump CI actions off deprecated Node 20 and pin by SHA - #963
Merged
Merged
Conversation
actions/checkout v4 -> v7.0.1, actions/setup-node v4 -> v7.0.0, actions/upload-artifact v4 -> v7.0.1, and dorny/paths-filter v3 -> v4.0.3 all use a Node 20 runtime GitHub is deprecating on runners. Pin every action in ci.yml by commit SHA with a version comment (matching the Pages workflow), including mlugg/setup-zig at its latest v2.2.1, which still declares Node 20 upstream with no fix available. Inputs used by this workflow are unchanged across the majors.
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.
Agent Completion Report
ci/ci-actions-node24ci/ci-actions-node24(main checkout)00bc4e0amain.github/workflows/ci.ymldocs/changelog.d/963-ci-actions-node24.mdmainwith a clean tree.actions/checkoutv4 → v7.0.1,actions/setup-nodev4 → v7.0.0,actions/upload-artifactv4 → v7.0.1, anddorny/paths-filterv3 → v4.0.3; all Node 24 releases.ci.ymlby commit SHA with a version comment, including the previously-SHA-pinned checkout copy andmlugg/setup-zig(latest upstream v2.2.1, still Node 20).mlugg/setup-zigv2.2.1 remains Node 20 (upstream; no fix). Runner forces Node 24 and it succeeds; a warning remains.zig build testpython3 -c "import yaml; yaml.safe_load(open('.github/workflows/ci.yml'))"gh pr checks 963(pending at report time)zig build test: passci.ymlYAML parse: passuses:SHA-pinned: verifiedcilanes pass on this PR, then merge the same way as ci(pages): bump Pages actions off deprecated Node 20 #962.