mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-13 08:41:55 +00:00
test: use actions/checkout@v4
This commit is contained in:
committed by
Evgeniy Dushistov
parent
3a4b76124c
commit
d5e1eb4d93
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -22,9 +22,7 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-22.04, ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- uses: actions/checkout@v4
|
||||
- uses: jwlawson/actions-setup-cmake@v2
|
||||
with:
|
||||
cmake-version: '3.10'
|
||||
|
||||
Reference in New Issue
Block a user