|
53 | 53 | os: windows-11-arm |
54 | 54 | run_tests: YES |
55 | 55 | steps: |
56 | | - - uses: actions/checkout@v6 |
| 56 | + - uses: actions/checkout@v7 |
57 | 57 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
58 | 58 | with: |
59 | 59 | fetch-depth: 0 |
@@ -225,7 +225,7 @@ jobs: |
225 | 225 | os: windows-11-arm |
226 | 226 | run_tests: YES |
227 | 227 | steps: |
228 | | - - uses: actions/checkout@v6 |
| 228 | + - uses: actions/checkout@v7 |
229 | 229 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
230 | 230 | with: |
231 | 231 | fetch-depth: 0 |
@@ -403,7 +403,7 @@ jobs: |
403 | 403 | mingwdir: mingw32 # skip-pr skip-main |
404 | 404 | gcc: i686-w64-mingw32-gcc # skip-pr skip-main |
405 | 405 | steps: |
406 | | - - uses: actions/checkout@v6 |
| 406 | + - uses: actions/checkout@v7 |
407 | 407 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
408 | 408 | with: |
409 | 409 | fetch-depth: 0 |
@@ -574,7 +574,7 @@ jobs: |
574 | 574 | #snap_arch: armhf |
575 | 575 | steps: |
576 | 576 | - name: Clone repo |
577 | | - uses: actions/checkout@v6 |
| 577 | + uses: actions/checkout@v7 |
578 | 578 | with: |
579 | 579 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
580 | 580 | fetch-depth: 0 |
@@ -746,7 +746,7 @@ jobs: |
746 | 746 | #snap_arch: armhf |
747 | 747 | steps: |
748 | 748 | - name: Clone repo |
749 | | - uses: actions/checkout@v6 |
| 749 | + uses: actions/checkout@v7 |
750 | 750 | with: |
751 | 751 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
752 | 752 | fetch-depth: 0 |
@@ -944,7 +944,7 @@ jobs: |
944 | 944 | #snap_arch: s390x # skip-pr skip-main |
945 | 945 | steps: |
946 | 946 | - name: Clone repo |
947 | | - uses: actions/checkout@v6 |
| 947 | + uses: actions/checkout@v7 |
948 | 948 | with: |
949 | 949 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
950 | 950 | fetch-depth: 0 |
@@ -1097,7 +1097,7 @@ jobs: |
1097 | 1097 | target: |
1098 | 1098 | - x86_64-apple-darwin # skip-aarch64 |
1099 | 1099 | steps: |
1100 | | - - uses: actions/checkout@v6 |
| 1100 | + - uses: actions/checkout@v7 |
1101 | 1101 | with: |
1102 | 1102 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
1103 | 1103 | fetch-depth: 0 |
@@ -1229,7 +1229,7 @@ jobs: |
1229 | 1229 | target: |
1230 | 1230 | - aarch64-apple-darwin # skip-x86_64 |
1231 | 1231 | steps: |
1232 | | - - uses: actions/checkout@v6 |
| 1232 | + - uses: actions/checkout@v7 |
1233 | 1233 | with: |
1234 | 1234 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
1235 | 1235 | fetch-depth: 0 |
@@ -1350,7 +1350,7 @@ jobs: |
1350 | 1350 | runs-on: ubuntu-latest |
1351 | 1351 | if: ${{ (github.event_name == 'push' && (github.ref_name == 'main' || startsWith(github.ref_name, 'release/'))) || contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) }} # skip-stable |
1352 | 1352 | steps: |
1353 | | - - uses: actions/checkout@v6 |
| 1353 | + - uses: actions/checkout@v7 |
1354 | 1354 | with: |
1355 | 1355 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
1356 | 1356 | fetch-depth: 0 |
@@ -1382,7 +1382,7 @@ jobs: |
1382 | 1382 | runs-on: ubuntu-latest |
1383 | 1383 | if: ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-main |
1384 | 1384 | steps: |
1385 | | - - uses: actions/checkout@v6 |
| 1385 | + - uses: actions/checkout@v7 |
1386 | 1386 | with: |
1387 | 1387 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
1388 | 1388 | fetch-depth: 0 |
@@ -1416,7 +1416,7 @@ jobs: |
1416 | 1416 | fail-fast: false |
1417 | 1417 | steps: |
1418 | 1418 | - name: Clone repo |
1419 | | - uses: actions/checkout@v6 |
| 1419 | + uses: actions/checkout@v7 |
1420 | 1420 | with: |
1421 | 1421 | # v2 defaults to a shallow checkout, but we need at least to the previous tag |
1422 | 1422 | fetch-depth: 0 |
@@ -1512,7 +1512,7 @@ jobs: |
1512 | 1512 | target: x86_64-pc-windows-msvc |
1513 | 1513 | steps: |
1514 | 1514 | - name: Clone repo |
1515 | | - uses: actions/checkout@v6 |
| 1515 | + uses: actions/checkout@v7 |
1516 | 1516 | - name: Install rustup stable |
1517 | 1517 | run: rustup toolchain install stable --profile minimal |
1518 | 1518 | - name: Install OpenSSL |
@@ -1555,7 +1555,7 @@ jobs: |
1555 | 1555 | doc: # job-name |
1556 | 1556 | runs-on: ubuntu-latest |
1557 | 1557 | steps: |
1558 | | - - uses: actions/checkout@v6 |
| 1558 | + - uses: actions/checkout@v7 |
1559 | 1559 | with: |
1560 | 1560 | fetch-depth: 0 |
1561 | 1561 | - name: Install mdbook |
|
0 commit comments