From 21818843f06370229cbc1201dbdafdcfeceffe5d Mon Sep 17 00:00:00 2001 From: Charlie Voiselle <464492+angrycub@users.noreply.github.com> Date: Mon, 8 Jul 2024 09:47:02 -0400 Subject: [PATCH] actions/setup-node v3.7.0 ==> v4.0.2 (#23503) --- .github/actions/setup-js/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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