Merge pull request #925 from MikeMcC399/update/actions

Resolve workflow deprecation notice
This commit is contained in:
dsarkar 2022-10-27 08:36:32 +02:00 committed by GitHub
commit 561c45acf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,10 +12,10 @@ jobs:
sudo apt install -y automake npm nodejs
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Node.js environment (v16)
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 'lts/gallium'