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

This commit is contained in:
renovate[bot] 2023-10-23 17:08:57 +00:00 committed by GitHub
parent 24d05ff2fd
commit 8fab36d23a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
distribution: 'zulu'
java-version: 8
- name: Use Node.js 12.x
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 12.x
- name: Prepare repository