chore(deps): update actions/setup-node action to v4.0.1

This commit is contained in:
renovate[bot] 2023-12-18 14:02:50 +00:00 committed by GitHub
parent 9bec394436
commit 5570bd2999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ jobs:
submodules: recursive
- name: Setup Node.js with npm
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.0.1
with:
check-latest: true
node-version: ${{ env.NODE_JS_VERSION }}