Skip to content

ci: bump GitHub Actions to Node 24 majors#14

Open
sethpjohnson wants to merge 1 commit into
mainfrom
claude/ci-bump-node24-actions
Open

ci: bump GitHub Actions to Node 24 majors#14
sethpjohnson wants to merge 1 commit into
mainfrom
claude/ci-bump-node24-actions

Conversation

@sethpjohnson

Copy link
Copy Markdown
Owner

Clears the three CI warnings (Node.js 20 deprecation on both jobs + the setup-go tar exit code 2 cache-restore warning). GitHub already force-runs these actions on Node 24, so this just moves the pins to the first majors that ship it. The workflow uses only standard inputs, unchanged across these bumps.

Action From To
actions/checkout v4 v5
actions/setup-go v5 v6
docker/setup-buildx-action v3 v4
docker/login-action v3 v4
docker/metadata-action v5 v6
docker/build-push-action v6 v7

CI-only; the pushed image is unaffected. The PR's own workflow run will confirm the warnings are gone.

🤖 Generated with Claude Code

Clears the Node.js 20 deprecation warnings (GitHub already force-runs these
on Node 24) and the setup-go cache-restore tar warning. Standard inputs are
unchanged across these major bumps.

- actions/checkout    v4 -> v5
- actions/setup-go    v5 -> v6
- docker/setup-buildx-action v3 -> v4
- docker/login-action        v3 -> v4
- docker/metadata-action     v5 -> v6
- docker/build-push-action   v6 -> v7

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant