From fe79198b9b93d7f5a3413d128116e1e8fee59a89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 18:59:55 +0000 Subject: [PATCH] Update actions/setup-node action to v7 --- .github/workflows/graphs.yml | 2 +- .github/workflows/setup.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index 1d4665ff3e..d6d3ebcd67 100644 --- a/.github/workflows/graphs.yml +++ b/.github/workflows/graphs.yml @@ -35,7 +35,7 @@ jobs: ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} - name: Setup Node.js for graphs - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "20" - name: Generate graphs diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 90c89e2f0c..f41d1117e5 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -64,7 +64,7 @@ jobs: token: ${{ secrets.GH_PAT || github.token }} - name: Setup Node.js for direct graph generation if: steps.dispatch_graphs.outcome == 'failure' - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "20" - name: Generate graphs directly if dispatch fails