diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d3ea75c..5410df4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: with: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # tag: v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # tag: v7.0.0 with: node-version: 20.x - name: Lint diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d80af7f..06ec65f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: with: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # tag: v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # tag: v7.0.0 with: node-version: 20.x - name: Run tests