|
16 | 16 | #runs-on: ubuntu-latest |
17 | 17 | runs-on: windows-latest |
18 | 18 | steps: |
19 | | - - uses: actions/cache@v4 |
| 19 | + - uses: actions/cache@v5 |
20 | 20 | id: downloads |
21 | 21 | with: |
22 | 22 | path: ${{ runner.workspace }}/${{ env.pothos-exe }} |
|
34 | 34 | upload_url: ${{ steps.create_release.outputs.upload_url }} |
35 | 35 | release_version: ${{ env.RELEASE_VERSION }} |
36 | 36 | steps: |
37 | | - - uses: actions/checkout@v4 |
| 37 | + - uses: actions/checkout@v5 |
38 | 38 | with: |
39 | 39 | fetch-depth: 0 |
40 | 40 | - name: Create Release info |
|
53 | 53 | echo "RELEASE_NAME=Pre-Release ${GITHUB_REF#refs/*/}" >> $GITHUB_ENV |
54 | 54 | echo "PRERELEASE=true" >> $GITHUB_ENV |
55 | 55 | ./.deploy/gen_nightly_info.sh |
56 | | - - uses: softprops/action-gh-release@v2 |
| 56 | + - uses: softprops/action-gh-release@v3 |
57 | 57 | id: create_release |
58 | 58 | env: |
59 | 59 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
79 | 79 | runs-on: ${{ matrix.os }} |
80 | 80 | name: Build with ${{ matrix.feat }} for ${{ matrix.arch }} on ${{ matrix.os }} |
81 | 81 | steps: |
82 | | - - uses: actions/checkout@v4 |
| 82 | + - uses: actions/checkout@v5 |
83 | 83 | - name: Setup tools |
84 | 84 | run: brew install librtlsdr openssl@3 |
85 | 85 | - name: Setup SoapySDR deps |
@@ -135,7 +135,7 @@ jobs: |
135 | 135 | runs-on: ${{ matrix.os }} |
136 | 136 | name: Build with ${{ matrix.feat }} for ${{ matrix.arch }} on ${{ matrix.os }} |
137 | 137 | steps: |
138 | | - - uses: actions/checkout@v4 |
| 138 | + - uses: actions/checkout@v5 |
139 | 139 | - name: Setup tools |
140 | 140 | run: | |
141 | 141 | sudo apt-get update -q -y |
@@ -179,7 +179,7 @@ jobs: |
179 | 179 | runs-on: ${{ matrix.os }} |
180 | 180 | name: Build with ${{ matrix.feat }} for ${{ matrix.arch }} on ${{ matrix.os }} |
181 | 181 | steps: |
182 | | - - uses: actions/checkout@v4 |
| 182 | + - uses: actions/checkout@v5 |
183 | 183 | - name: Setup tools |
184 | 184 | run: | |
185 | 185 | sudo apt-get update -q -y |
@@ -242,7 +242,7 @@ jobs: |
242 | 242 | run: | |
243 | 243 | apt-get update -q -y |
244 | 244 | apt-get install -q -y --no-install-recommends git ca-certificates curl file zip |
245 | | - - uses: actions/checkout@v4 |
| 245 | + - uses: actions/checkout@v5 |
246 | 246 | - name: Fix Ownership issue |
247 | 247 | run: git config --global --add safe.directory $GITHUB_WORKSPACE |
248 | 248 | - name: Add Architecture |
@@ -291,7 +291,7 @@ jobs: |
291 | 291 | runs-on: ubuntu-latest |
292 | 292 | name: Build with Mingw-w64 on ${{ matrix.arch }} |
293 | 293 | steps: |
294 | | - - uses: actions/checkout@v4 |
| 294 | + - uses: actions/checkout@v5 |
295 | 295 | - name: "Install Mingw-w64" |
296 | 296 | run: | |
297 | 297 | sudo apt-get update -q -y |
@@ -339,8 +339,8 @@ jobs: |
339 | 339 | steps: |
340 | 340 | - run: choco install openssl --yes --no-progress |
341 | 341 | if: matrix.platform == 'x64' |
342 | | - - uses: actions/checkout@v4 |
343 | | - - uses: actions/cache@v4 |
| 342 | + - uses: actions/checkout@v5 |
| 343 | + - uses: actions/cache@v5 |
344 | 344 | id: downloads |
345 | 345 | if: matrix.platform == 'x64' |
346 | 346 | with: |
@@ -462,7 +462,7 @@ jobs: |
462 | 462 | distro: buster |
463 | 463 | name: Build on ${{ matrix.distro }} ${{ matrix.arch }} |
464 | 464 | steps: |
465 | | - - uses: actions/checkout@v4 |
| 465 | + - uses: actions/checkout@v5 |
466 | 466 | - uses: uraimo/run-on-arch-action@v2.0.8 |
467 | 467 | id: runcmd |
468 | 468 | with: |
|
0 commit comments