From d08cf36aa4e3bda8c8cabc8ff9920dfb4f14185a Mon Sep 17 00:00:00 2001 From: RAVIT Date: Mon, 15 Jun 2026 14:27:55 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20GitHub=20Actions=20=EC=95=A1=EC=85=98?= =?UTF-8?q?=20=EC=B5=9C=EC=8B=A0=20=EB=B2=84=EC=A0=84=20=EC=97=85=EA=B7=B8?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EB=93=9C=20(Node20=20deprecated=20=ED=95=B4?= =?UTF-8?q?=EC=86=8C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- .github/workflows/sync-changelog.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a96c675..da15bef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,10 +14,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Node.js 25 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '25' cache: 'npm' diff --git a/.github/workflows/sync-changelog.yml b/.github/workflows/sync-changelog.yml index 1ead459..80b735e 100644 --- a/.github/workflows/sync-changelog.yml +++ b/.github/workflows/sync-changelog.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ secrets.GITHUB_TOKEN }}