diff --git a/.github/workflows/l9-lint-test-node.yml b/.github/workflows/l9-lint-test-node.yml index 172c311..3137f09 100644 --- a/.github/workflows/l9-lint-test-node.yml +++ b/.github/workflows/l9-lint-test-node.yml @@ -121,7 +121,7 @@ jobs: git checkout --detach FETCH_HEAD - name: Set up Node - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ env.NODE_VERSION }} # Do not set cache: here. setup-node cache hard-fails when the @@ -187,7 +187,7 @@ jobs: git checkout --detach FETCH_HEAD - name: Set up Node - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ env.NODE_VERSION }}