|
51 | 51 | os: windows-11-arm |
52 | 52 | run_tests: YES |
53 | 53 | steps: |
54 | | - - uses: actions/checkout@v4 |
| 54 | + - uses: actions/checkout@v5 |
55 | 55 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
56 | 56 | with: |
57 | 57 | fetch-depth: 0 |
@@ -223,7 +223,7 @@ jobs: |
223 | 223 | os: windows-11-arm |
224 | 224 | run_tests: YES |
225 | 225 | steps: |
226 | | - - uses: actions/checkout@v4 |
| 226 | + - uses: actions/checkout@v5 |
227 | 227 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
228 | 228 | with: |
229 | 229 | fetch-depth: 0 |
@@ -401,7 +401,7 @@ jobs: |
401 | 401 | mingwdir: mingw32 # skip-pr skip-master |
402 | 402 | gcc: i686-w64-mingw32-gcc # skip-pr skip-master |
403 | 403 | steps: |
404 | | - - uses: actions/checkout@v4 |
| 404 | + - uses: actions/checkout@v5 |
405 | 405 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
406 | 406 | with: |
407 | 407 | fetch-depth: 0 |
@@ -572,7 +572,7 @@ jobs: |
572 | 572 | #snap_arch: armhf |
573 | 573 | steps: |
574 | 574 | - name: Clone repo |
575 | | - uses: actions/checkout@v4 |
| 575 | + uses: actions/checkout@v5 |
576 | 576 | with: |
577 | 577 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
578 | 578 | fetch-depth: 0 |
@@ -741,7 +741,7 @@ jobs: |
741 | 741 | #snap_arch: armhf |
742 | 742 | steps: |
743 | 743 | - name: Clone repo |
744 | | - uses: actions/checkout@v4 |
| 744 | + uses: actions/checkout@v5 |
745 | 745 | with: |
746 | 746 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
747 | 747 | fetch-depth: 0 |
@@ -935,7 +935,7 @@ jobs: |
935 | 935 | #snap_arch: s390x # skip-pr skip-master |
936 | 936 | steps: |
937 | 937 | - name: Clone repo |
938 | | - uses: actions/checkout@v4 |
| 938 | + uses: actions/checkout@v5 |
939 | 939 | with: |
940 | 940 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
941 | 941 | fetch-depth: 0 |
@@ -1085,7 +1085,7 @@ jobs: |
1085 | 1085 | target: |
1086 | 1086 | - x86_64-apple-darwin # skip-aarch64 |
1087 | 1087 | steps: |
1088 | | - - uses: actions/checkout@v4 |
| 1088 | + - uses: actions/checkout@v5 |
1089 | 1089 | with: |
1090 | 1090 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
1091 | 1091 | fetch-depth: 0 |
@@ -1217,7 +1217,7 @@ jobs: |
1217 | 1217 | target: |
1218 | 1218 | - aarch64-apple-darwin # skip-x86_64 |
1219 | 1219 | steps: |
1220 | | - - uses: actions/checkout@v4 |
| 1220 | + - uses: actions/checkout@v5 |
1221 | 1221 | with: |
1222 | 1222 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
1223 | 1223 | fetch-depth: 0 |
@@ -1338,7 +1338,7 @@ jobs: |
1338 | 1338 | runs-on: ubuntu-latest |
1339 | 1339 | if: ${{ (github.event_name == 'push' && github.ref_name == 'master') || github.event_name == 'schedule' }} # skip-stable |
1340 | 1340 | steps: |
1341 | | - - uses: actions/checkout@v4 |
| 1341 | + - uses: actions/checkout@v5 |
1342 | 1342 | with: |
1343 | 1343 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
1344 | 1344 | fetch-depth: 0 |
@@ -1370,7 +1370,7 @@ jobs: |
1370 | 1370 | runs-on: ubuntu-latest |
1371 | 1371 | if: ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-master |
1372 | 1372 | steps: |
1373 | | - - uses: actions/checkout@v4 |
| 1373 | + - uses: actions/checkout@v5 |
1374 | 1374 | with: |
1375 | 1375 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
1376 | 1376 | fetch-depth: 0 |
@@ -1404,7 +1404,7 @@ jobs: |
1404 | 1404 | fail-fast: false |
1405 | 1405 | steps: |
1406 | 1406 | - name: Clone repo |
1407 | | - uses: actions/checkout@v4 |
| 1407 | + uses: actions/checkout@v5 |
1408 | 1408 | with: |
1409 | 1409 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
1410 | 1410 | fetch-depth: 0 |
@@ -1499,7 +1499,7 @@ jobs: |
1499 | 1499 | target: x86_64-pc-windows-msvc |
1500 | 1500 | steps: |
1501 | 1501 | - name: Clone repo |
1502 | | - uses: actions/checkout@v4 |
| 1502 | + uses: actions/checkout@v5 |
1503 | 1503 | - name: Install rustup stable |
1504 | 1504 | run: rustup toolchain install stable --profile minimal |
1505 | 1505 | - name: Install Protoc |
@@ -1547,7 +1547,7 @@ jobs: |
1547 | 1547 | doc: # job-name |
1548 | 1548 | runs-on: ubuntu-latest |
1549 | 1549 | steps: |
1550 | | - - uses: actions/checkout@v4 |
| 1550 | + - uses: actions/checkout@v5 |
1551 | 1551 | with: |
1552 | 1552 | fetch-depth: 0 |
1553 | 1553 | - name: Install mdbook |
|
0 commit comments