From e73815902bd7d96eabce89d0c151afd5201d9eb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 13:20:11 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/actions/ci/action.yml | 2 +- .github/workflows/qa.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/ci/action.yml b/.github/actions/ci/action.yml index 4fff15da2..09a2bbd67 100644 --- a/.github/actions/ci/action.yml +++ b/.github/actions/ci/action.yml @@ -12,7 +12,7 @@ runs: shell: bash - name: Setup Node.js - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version-file: ".nvmrc" cache: "yarn" diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 0a818e57a..6a781d6f8 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -116,7 +116,7 @@ jobs: - name: Setup uses: ./.github/actions/ci - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: ${{ matrix.version }}