From 889f8684b9f58dc5d1f9648ab391627e257603b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:37:52 +0000 Subject: [PATCH] Bump actions/setup-node from 5 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-main-branches.yml | 2 +- .github/workflows/pr-deploy-test-branch.yml | 2 +- .github/workflows/pr-test-build.yml | 2 +- .github/workflows/release-build.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-main-branches.yml b/.github/workflows/deploy-main-branches.yml index da63e3a0f1..3b9b9038d1 100644 --- a/.github/workflows/deploy-main-branches.yml +++ b/.github/workflows/deploy-main-branches.yml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v5 - name: Get Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20 diff --git a/.github/workflows/pr-deploy-test-branch.yml b/.github/workflows/pr-deploy-test-branch.yml index cc3104fa8d..63215c6bb7 100644 --- a/.github/workflows/pr-deploy-test-branch.yml +++ b/.github/workflows/pr-deploy-test-branch.yml @@ -51,7 +51,7 @@ jobs: repository: ${{github.event.pull_request.head.repo.full_name}} - name: Get Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20 diff --git a/.github/workflows/pr-test-build.yml b/.github/workflows/pr-test-build.yml index d5e6165c61..7591767134 100644 --- a/.github/workflows/pr-test-build.yml +++ b/.github/workflows/pr-test-build.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v5 - name: Get Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20 diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 19701ff97d..2d0ef48831 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v5 - name: Get Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20