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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-08-14 13:40:26 +00:00 committed by Tilman Vatteroth
parent 17d5a73317
commit e84538a9fe

View file

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