chore(deps): update actions/setup-node action to v3.7.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-07-05 17:25:47 +00:00 committed by David Mehren
parent c622408b83
commit 2ff4787306

View file

@ -26,7 +26,7 @@ runs:
key: ${{ runner.os }}-yarn
- name: Set up NodeJS
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
with:
node-version: ${{ inputs.NODEJS_VERSION }}