From efef40837aeeb2d9cdddd28f2a94f9f87872a014 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 21:58:10 +0000 Subject: [PATCH] Update actions/setup-node action to v7 --- .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 93ac459bf3..33c4c6c206 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@v7 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@v7 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@v7 with: node-version: ${{ matrix.node-version }}