mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-10 18:43:28 -05:00
Github actions: upgraded actions/checkout to v4
This commit is contained in:
parent
36a33bb8ea
commit
65a5f98d88
4
.github/workflows/sdrangel.yml
vendored
4
.github/workflows/sdrangel.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
generators: Ninja
|
generators: Ninja
|
||||||
}
|
}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@ -102,7 +102,7 @@ jobs:
|
|||||||
build_mac:
|
build_mac:
|
||||||
runs-on: macos-13
|
runs-on: macos-13
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user