diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 5bb999bf..a21fa45f 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: check-latest: true node-version: 24 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebd08e82..7f423f66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: persist-credentials: false - name: Setup Node ${{ matrix.node-version }} - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: check-latest: true node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/metrics.yml b/.github/workflows/metrics.yml index 59511082..e0db3973 100644 --- a/.github/workflows/metrics.yml +++ b/.github/workflows/metrics.yml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: check-latest: true node-version: 24