Update actions/setup-node action to v3.1.1

This commit is contained in:
Renovate Bot 2022-04-11 14:10:40 +00:00
parent 2238897f37
commit 5016abe45e
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

View file

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