Skip to content

ci: bump docker/login-action v3 → v4 (Node 24 runtime)#112

Open
jee7s wants to merge 1 commit into
mainfrom
chore/login-action-v4
Open

ci: bump docker/login-action v3 → v4 (Node 24 runtime)#112
jee7s wants to merge 1 commit into
mainfrom
chore/login-action-v4

Conversation

@jee7s

@jee7s jee7s commented Jun 27, 2026

Copy link
Copy Markdown
Collaborator

docker/login-action v3.x declares using: node20 (now deprecated — GitHub force-runs it on node24 with a warning). v4.0.0 switched the default runtime to node24. Bumps both workflows that use it:

  • .github/workflows/deploy-dev.yml
  • .github/workflows/promote-prod.yml

Only change is @v3 → @v4. GitHub-hosted runners satisfy v4's requirement (Actions runner ≥ 2.327.1). Sibling PRs do the same in checkin and wiki.

🤖 Generated with Claude Code

v3.x declares node20 (deprecated; GitHub force-runs it on node24 with a warning).
v4.0.0 switched the action's default runtime to node24. Updated both the dev
deploy and the prod promote workflows. GitHub-hosted runners satisfy v4's runner
requirement (>= 2.327.1).

Co-Authored-By: Claude Opus 4.8 <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