build(deps): bump actions/setup-node from 2 to 3 (#2628)

This commit is contained in:
dependabot[bot] 2022-03-01 11:57:55 +01:00 committed by GitHub
parent 0bcc0a3ba1
commit 176ef3f7a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ jobs:
- name: Update GitHub action config
run: make assets/github-action-config.json
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: "15"
check-latest: true