ci(release): bump release actions off deprecated Node 20 to Node 24#60
Merged
Conversation
The release workflow pinned actions still on the Node 20 runtime (GitHub now forces them onto Node 24 with a deprecation warning). Bump to current Node 24 releases (SHA-pinned): - actions/checkout v4.2.2 -> v7.0.0 - actions/setup-go v5.5.0 -> v6.5.0 (matches provenance.yml) - docker/setup-qemu-action v3.6.0 -> v4.2.0 - docker/setup-buildx-action v3.10.0 -> v4.2.0 - docker/login-action v3.4.0 -> v4.4.0 - goreleaser/goreleaser-action v6.3.0 -> v7.2.3 Also pin goreleaser 'version: "~> v2"' (was 'latest') to lock the major and silence the action's default-version warning. All action.yml runs.using were verified as node24. Other workflows (ci/integration/provenance) were already current. Claude-Session: https://claude.ai/code/session_01QKTcmXFTKoTQr7mB3HCuHZ
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.
The
release.ymlworkflow pinned actions still on the Node 20 runtime — GitHub now forces them onto Node 24 and logs a deprecation warning on every release. Bumped to current Node 24 releases (SHA-pinned; each action.ymlruns.usingverified asnode24):Also pinned
version: "~> v2"(waslatest) on the goreleaser step to lock the major and silence its separate default-version warning. goreleaser-action v7 keeps the samedistribution/version/argsinputs and targets goreleaser v2 (whichlatestalready resolved to), so behavior is unchanged.The
ci/integration/provenanceworkflows were already on current versions. Exercised on the next release tag.https://claude.ai/code/session_01QKTcmXFTKoTQr7mB3HCuHZ