Update CI runner versions from Node 16 to 20. (#3872)

This commit is contained in:
Thomas Göttgens
2024-05-13 10:47:40 +02:00
committed by GitHub
parent 859fd7c251
commit 4d8c98c23d
15 changed files with 72 additions and 57 deletions

View File

@@ -11,7 +11,7 @@ jobs:
steps:
# step 1
- name: clone application source code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0