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:
parent
e6dfd9748f
commit
9ed1a4ea59
9 changed files with 12 additions and 12 deletions
2
.github/workflows/ci_mac.yml
vendored
2
.github/workflows/ci_mac.yml
vendored
|
|
@ -114,7 +114,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue