Skip to content

Commit 13ef5cb

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d04026 commit 13ef5cb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: sudo apt-get install libsndfile1-dev libjson-c-dev libvolk2-dev libfftw3-dev soapysdr-module-all libsoapysdr-dev libxml2-dev portaudio19-dev
1515

1616
- name: Checkout (sigutils)
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
repository: BatchDrake/sigutils
2020
ref: master
@@ -35,7 +35,7 @@ jobs:
3535
run: sudo cmake --build ${{github.workspace}}/sigutils/build --config ${{env.BUILD_TYPE}} --target install
3636

3737
- name: Checkout
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v6
3939
with:
4040
path: suscan
4141
submodules: recursive
@@ -79,7 +79,7 @@ jobs:
7979
run: brew install libsndfile volk fftw soapysdr json-c portaudio
8080

8181
- name: Checkout (sigutils)
82-
uses: actions/checkout@v4
82+
uses: actions/checkout@v6
8383
with:
8484
repository: BatchDrake/sigutils
8585
ref: master
@@ -99,7 +99,7 @@ jobs:
9999
run: sudo cmake --build ${{github.workspace}}/sigutils/build --config ${{env.BUILD_TYPE}} --target install
100100

101101
- name: Checkout (suscan)
102-
uses: actions/checkout@v4
102+
uses: actions/checkout@v6
103103
with:
104104
path: suscan
105105
submodules: recursive
@@ -125,7 +125,7 @@ jobs:
125125
install: git mingw-w64-ucrt-x86_64-cc mingw-w64-ucrt-x86_64-make mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-libsndfile mingw-w64-ucrt-x86_64-fftw mingw-w64-ucrt-x86_64-volk mingw-w64-ucrt-x86_64-libxml2 mingw-w64-ucrt-x86_64-libusb mingw-w64-ucrt-x86_64-soapysdr mingw-w64-ucrt-x86_64-rtl-sdr mingw-w64-ucrt-x86_64-soapyrtlsdr mingw-w64-ucrt-x86_64-json-c
126126

127127
- name: Checkout (sigutils)
128-
uses: actions/checkout@v4
128+
uses: actions/checkout@v6
129129
with:
130130
repository: BatchDrake/sigutils
131131
ref: master
@@ -144,7 +144,7 @@ jobs:
144144

145145
# suscan
146146
- name: Checkout
147-
uses: actions/checkout@v4
147+
uses: actions/checkout@v6
148148
with:
149149
submodules: true
150150
fetch-depth: 0

0 commit comments

Comments
 (0)