From b3c84019ba2e2ba69d980192e01f870427115471 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 01:07:03 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6.3.0 --- .github/actions/setup-toolchain/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-toolchain/action.yml b/.github/actions/setup-toolchain/action.yml index ba36eeb5d..d4c94a65e 100644 --- a/.github/actions/setup-toolchain/action.yml +++ b/.github/actions/setup-toolchain/action.yml @@ -77,7 +77,7 @@ runs: bundler: Gemfile.lock bundler-cache: true - name: Set up Node.js - uses: actions/setup-node@v6.2.0 + uses: actions/setup-node@v6.3.0 with: node-version: ${{ inputs.node-version }} cache: ${{ inputs.cache-npm-dependencies }}