Jiseoup/showmycodePublic
EN|KO
  • 코드
  • 커밋
  • 풀 리퀘스트
← 목록으로

Merge pull request #25 from Jiseoup/chore/bump-actions-node24

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

JiseoupJISUB LIM · 2026년 6월 22일266ef05

변경된 파일1개+2 -2

변경된 파일

+2 -2 · 1개

@@ -15,10 +15,10 @@ jobs:
node-version: [20, 22]
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: npm