From c00f0d66343da47fdcdf41bcefdff1afcf551eb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 21:38:35 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/actions/ci/action.yml | 2 +- .github/workflows/qa.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/ci/action.yml b/.github/actions/ci/action.yml index 4fff15da2..6640aaa81 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@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: node-version-file: ".nvmrc" cache: "yarn" diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 0a818e57a..e488f03ff 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@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: node-version: ${{ matrix.version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d2541388..d91d7db61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: # setup-node@v4 with registry-url automatically configures OIDC when id-token: write is set - name: Setup Node.js for npm publishing - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '24' registry-url: 'https://registry.npmjs.org'