Use v3 of checkout action in GitHub CI builds

The previously used v2 uses node12 which is being deprecated by GitHub
and won't be any longer available soon, so switch to the currently
supported version.
This commit is contained in:
Vadim Zeitlin 2022-10-10 23:55:12 +02:00
parent e6dfd9748f
commit 9ed1a4ea59
9 changed files with 12 additions and 12 deletions

View file

@ -114,7 +114,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive