Jiseoup/showmycodePublic
EN|KO
  • Code
  • Commits
  • Pull Requests
← Back to list
Merged

chore: bump GitHub Actions to v6 (Node 24 runtime)

#25
JiseoupJiseoup · Jun 22, 2026chore/bump-actions-node24 → main
chore
OverviewCommitsFiles changed

What & Why

actions/checkout@v4 and actions/setup-node@v4 run on the deprecated Node 20 action runtime. Bumped both to v6 (Node 24) to clear the deprecation warnings. The [20, 22] app build matrix is unchanged.

Related Issue

N/A

How to Verify

  1. Open this PR and confirm CI passes.
  2. Check the run Summary — the two "Node.js 20 actions are deprecated" warnings should be gone.

Checklist

  • PR title follows Conventional Commits (feat:, fix:, chore:, refactor:, docs:, i18n:)
  • Translations added to both locales/ko.json and locales/en.json (if UI text changed)
  • Tested on mobile viewport (if UI changed)