diff --git a/.github/workflows/scripts.yml b/.github/workflows/scripts.yml index 88ef703ef..3e1cdb57e 100644 --- a/.github/workflows/scripts.yml +++ b/.github/workflows/scripts.yml @@ -48,7 +48,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: node-version-file: './scripts/.nvmrc' diff --git a/.github/workflows/test-sticky-comment.yml b/.github/workflows/test-sticky-comment.yml index 3e7fe372d..51e9d3251 100644 --- a/.github/workflows/test-sticky-comment.yml +++ b/.github/workflows/test-sticky-comment.yml @@ -45,7 +45,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: node-version-file: './actions/sticky-comment/.nvmrc'