ci: use node24 fork of setup-zig - #964
Merged
Merged
Conversation
Upstream mlugg/setup-zig moved to Codeberg and still declares runs.using: node20, so every lane carries a Node 20 deprecation notice with no fix on GitHub. Point ci.yml and github-pages.yml at drawmeanelephant/setup-zig, a v2.2.1 fork whose only change is node20 -> node24, pinned by commit SHA. The action's JavaScript uses global fetch and the @actions/* toolkit and runs unchanged on Node 24.
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/fork-setup-zig-node24ci/fork-setup-zig-node24(main checkout)ad3b8dc1main.github/workflows/ci.yml.github/workflows/github-pages.ymldocs/changelog.d/964-fork-setup-zig-node24.mdmainwith a clean tree.drawmeanelephant/setup-zig, a fork ofmlugg/setup-zigat v2.2.1 (commitd1434d0), changing onlyaction.ymlruns.using: node20→node24plus a README provenance note; pushed commit0ebfa31dand tagv2.2.1-node24.setup-ziguses acrossci.ymlandgithub-pages.ymlto the fork, pinned by commit SHA.gh api -X POST repos/mlugg/setup-zig/forksgh repo clone drawmeanelephant/setup-zig(temp workspace)git push origin main --tagszig build testgh pr checks 964(pending at report time)zig build test: passci.yml/github-pages.ymlYAML parse: passmlugg/setup-zigreferences remain: verifiedallowed_actions: all: verifieddrawmeanelephant/setup-zig.cilanes pass with the fork action and no Node 20 annotation remains, then merge.