Update actions/setup-node action to v3.5.0

This commit is contained in:
renovate[bot]
2022-09-27 13:51:10 +00:00
committed by GitHub
parent f383f8333e
commit f31bc799ca

View File

@@ -38,7 +38,7 @@ jobs:
run: dotnet --info
- name: Setup Node.js with npm
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v3.5.0
with:
check-latest: true
node-version: ${{ env.NODE_JS_VERSION }}