ci: bump goreleaser-action to v7 (Node 24 runtime) - #95
Merged
Conversation
goreleaser-action@v6 runs on the Node.js 20 actions runtime, which GitHub forces to Node 24 on 2026-06-02 and removes on 2026-09-16. v7 ships the identical action on the Node 24 runtime; the inputs we use (version: "~> v2", args: release --clean) are unchanged and v7's default version is still "~> v2", so this is a drop-in bump that clears the deprecation warning seen on the v0.1.0 release run. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 v0.1.0 release run flagged a deprecation:
goreleaser/goreleaser-action@v6runs on the Node.js 20 actions runtime, which GitHub forces to Node 24 on 2026-06-02 and removes on 2026-09-16.v7ships the same action on thenode24runtime (confirmed via each tag'saction.ymlruns.using). The inputs we pass are unchanged:version: "~> v2"— still v7's defaultargs: release --cleanSo this is a drop-in bump that clears the warning. No change to
.goreleaser.yamlor the build.🤖 Generated with Claude Code