From e2b2da0d7856bb1cf2afdb3a37f76477ee239fe3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 06:12:21 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6.3.0 --- .github/workflows/pre-commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index b959e4b..345b76a 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -25,12 +25,12 @@ jobs: timeout-minutes: 5 steps: - *checkout-step - - uses: actions/setup-node@v6.2.0 + - uses: actions/setup-node@v6.3.0 with: node-version: 24 package-manager-cache: false - run: corepack enable - - uses: actions/setup-node@v6.2.0 + - uses: actions/setup-node@v6.3.0 with: node-version: 24 cache: "yarn"