Skip to content

Commit

Permalink
Github actions: upgraded actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Jun 17, 2024
1 parent 36a33bb commit 65a5f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdrangel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
generators: Ninja
}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
build_mac:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
Expand Down

0 comments on commit 65a5f98

Please sign in to comment.