mirror of
https://github.com/corona-warn-app/cwa-documentation
synced 2024-11-22 09:14:26 +01:00
Merge pull request #925 from MikeMcC399/update/actions
Resolve workflow deprecation notice
This commit is contained in:
commit
561c45acf7
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user