mirror of
https://github.com/corona-warn-app/cwa-documentation
synced 2025-07-15 14:09:19 +02:00
Update actions to v3
This commit is contained in:
parent
e4203a628a
commit
2d2b56f7d2
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue