diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 45df70a..9007f0e 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .tool-versions diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 000edb0..e82e437 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .tool-versions diff --git a/.github/workflows/eval-single.yaml b/.github/workflows/eval-single.yaml index 786a838..aa46d1b 100644 --- a/.github/workflows/eval-single.yaml +++ b/.github/workflows/eval-single.yaml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .tool-versions diff --git a/.github/workflows/eval.yml b/.github/workflows/eval.yml index b8f250a..03767ba 100644 --- a/.github/workflows/eval.yml +++ b/.github/workflows/eval.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .tool-versions diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 70c9837..54e769a 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .tool-versions