From f3b464e75b06878244b6edf910a5d6da1acd8c18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 09:11:39 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6.4.0 --- .github/workflows/release-docker.yml | 2 +- .github/workflows/release-npm.yml | 2 +- .github/workflows/release-web.yml | 2 +- .github/workflows/test.yml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index 73155276175..21b3a04b11e 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -25,7 +25,7 @@ jobs: version: 10.33.3 - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24.15.0 cache: pnpm diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index ed68c7aa438..45e41cadc39 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -30,7 +30,7 @@ jobs: version: 10.33.3 - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24.15.0 registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/release-web.yml b/.github/workflows/release-web.yml index 7478873d738..b8df38d2696 100644 --- a/.github/workflows/release-web.yml +++ b/.github/workflows/release-web.yml @@ -26,7 +26,7 @@ jobs: version: 10.33.3 - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24.15.0 cache: pnpm diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec194657689..006c8cebdb2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: - name: Setup Node.js if: github.event_name == 'pull_request' - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24.15.0 @@ -101,7 +101,7 @@ jobs: version: 10.33.3 - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24.15.0 cache: pnpm @@ -264,7 +264,7 @@ jobs: - name: Setup Node.js if: steps.skip-check.outputs.skip != 'true' - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24.15.0 cache: pnpm