From 9bcfc7e2f2b4c0149647ed824b617922fd82f402 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 09:28:35 +0000 Subject: [PATCH] Update actions/setup-node action to v6 --- .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 }}