From bdeb5b786c52d63253fa0ce9825a129642ce9062 Mon Sep 17 00:00:00 2001 From: Injae <15044917+dd3ok@users.noreply.github.com> Date: Fri, 17 Jul 2026 02:51:27 +0900 Subject: [PATCH] Update CI actions to Node 24 runtimes --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2784da..b3ed094 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,10 +25,10 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }}