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