Update GitHub Actions to actions/checkout@v4
This commit is contained in:
parent
6e3c2da0a6
commit
2ffc6b948a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake-multi-platform.yml
vendored
2
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -59,7 +59,7 @@ jobs:
|
|||
- os: macos-latest
|
||||
cpp_compiler: cl
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue