1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-21 04:16:34 -04:00

Github actions: upgraded actions/checkout to v4

This commit is contained in:
f4exb 2024-06-18 00:18:45 +02:00
parent 36a33bb8ea
commit 65a5f98d88

View File

@ -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