From 4d6d095ac04c1fe5884df4929d98327c45d3e1fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 09:39:14 +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 | 4 ++-- 4 files changed, 5 insertions(+), 5 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 dd92c509ddd..9b328a2dfe4 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 1e96c0a36a7..ee9f540af38 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,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 @@ -122,7 +122,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