Merge pull request #491 from Unkn0wnCat/renovate/actions-setup-node-3.x

Update actions/setup-node action to v3
This commit is contained in:
Kevin Kandlbinder 2022-02-25 13:00:15 +01:00 committed by GitHub
commit 805a1e35a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ jobs:
name: Checkout Repo
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "16.x"