Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 30, 2024
1 parent 73ebccd commit 1072ecb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: sudo apt-get install libsndfile1-dev libjson-c-dev libvolk2-dev libfftw3-dev soapysdr-module-all libsoapysdr-dev libxml2-dev portaudio19-dev

- name: Checkout (sigutils)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: BatchDrake/sigutils
ref: ${{needs.dep_target.outputs.target_ref}}
Expand All @@ -71,7 +71,7 @@ jobs:
run: sudo cmake --build ${{github.workspace}}/sigutils/build --config ${{env.BUILD_TYPE}} --target install

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: suscan
submodules: recursive
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
cd ../..
- name: Checkout (sigutils)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: BatchDrake/sigutils
ref: ${{needs.dep_target.outputs.target_ref}}
Expand All @@ -163,7 +163,7 @@ jobs:
run: sudo cmake --build ${{github.workspace}}/sigutils/build --config ${{env.BUILD_TYPE}} --target install

- name: Checkout (suscan)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: suscan
submodules: recursive
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
install: git mingw-w64-x86_64-cc mingw-w64-x86_64-make mingw-w64-x86_64-cmake mingw-w64-x86_64-libsndfile mingw-w64-x86_64-fftw mingw-w64-x86_64-volk mingw-w64-x86_64-libxml2 mingw-w64-x86_64-libusb

- name: Checkout (sigutils)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: BatchDrake/sigutils
ref: ${{needs.dep_target.outputs.target_ref}}
Expand All @@ -210,7 +210,7 @@ jobs:

# SoapySDR
- name: Checkout (soapysdr)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: pothosware/SoapySDR
ref: refs/heads/master
Expand All @@ -227,7 +227,7 @@ jobs:

# BatchDrake's fixed rtl-sdr
- name: Checkout (rtl-sdr-blog)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: BatchDrake/rtl-sdr-blog
ref: refs/heads/feature/xfer-completion
Expand All @@ -244,7 +244,7 @@ jobs:

# SoapyRTLSDR
- name: Checkout (soapyrtlsdr)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: pothosware/SoapyRTLSDR
ref: refs/heads/master
Expand All @@ -261,7 +261,7 @@ jobs:

# suscan
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
Expand Down

0 comments on commit 1072ecb

Please sign in to comment.