From 05d18ea5290d3da7a68418045d778d635e96ebda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 05:49:31 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6.3.0 --- .github/workflows/format.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 946f376..bd63bae 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -20,7 +20,7 @@ jobs: repository: ${{github.event.pull_request.head.repo.full_name}} - name: Setup Node.JS - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 - name: Install run: npm install diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 260b18f..9604493 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -108,7 +108,7 @@ jobs: >package.json - name: Setup Node.JS - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: 24.11.1 registry-url: "https://registry.npmjs.org"