From 1bcfd25b70a361577ee7683eca9d6eec205807cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:05:09 +0000 Subject: [PATCH] Bump actions/setup-node from 4 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...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/Build and test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build and test.yml b/.github/workflows/Build and test.yml index f1349de1ae..087eb28685 100644 --- a/.github/workflows/Build and test.yml +++ b/.github/workflows/Build and test.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Node # Blacksmith is much faster and gives better dashboards than github actions, but we are not being sponsored anymore so had to revert. # uses: useblacksmith/setup-node@65c6ca86fdeb0ab3d85e78f57e4f6a7e4780b391 # v5.0.4 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '24.x' @@ -56,7 +56,7 @@ jobs: - name: Setup Node # Blacksmith is much faster and gives better dashboards than github actions, but we are not being sponsored anymore so had to revert. # uses: useblacksmith/setup-node@65c6ca86fdeb0ab3d85e78f57e4f6a7e4780b391 # v5.0.4 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '24.x' @@ -101,7 +101,7 @@ jobs: - name: Setup Node # Blacksmith is much faster and gives better dashboards than github actions, but we are not being sponsored anymore so had to revert. # uses: useblacksmith/setup-node@65c6ca86fdeb0ab3d85e78f57e4f6a7e4780b391 # v5.0.4 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }}