diff --git a/.github/actions/setup-js/action.yml b/.github/actions/setup-js/action.yml index 1dd64a0de..60d43a594 100644 --- a/.github/actions/setup-js/action.yml +++ b/.github/actions/setup-js/action.yml @@ -26,7 +26,7 @@ runs: # enforce node version (self-hosted default is not necessarily what we want) # after yarn, so we can use yarn for cache. - name: Setup node - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ inputs.node-version }} cache: yarn