From 0e77ba6cf088d15b4adf40a22e910d0dc8756c24 Mon Sep 17 00:00:00 2001 From: ryu <114303361+ryuapp@users.noreply.github.com> Date: Tue, 2 Dec 2025 19:09:19 +0900 Subject: [PATCH] chore: bump github actions --- .github/workflows/check-template-branch.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-template-branch.yml b/.github/workflows/check-template-branch.yml index c649f5f..f407719 100644 --- a/.github/workflows/check-template-branch.yml +++ b/.github/workflows/check-template-branch.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Get create-hono version id: get_version diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e5cf92..fcac504 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,9 +12,9 @@ jobs: matrix: node-version: [20.x, 22.x, 24.x] 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 }} - uses: oven-sh/setup-bun@v2