|
15 | 15 | matrix-include: ${{ steps.set-matrix.outputs.matrix-include }} |
16 | 16 | windows-matrix-include: ${{ steps.set-matrix.outputs.windows-matrix-include }} |
17 | 17 | steps: |
18 | | - - uses: actions/checkout@v3 |
| 18 | + - uses: actions/checkout@v4 |
19 | 19 | with: |
20 | 20 | # Set fetch-depth to 0 to clone the full repository |
21 | 21 | # including all branches. This is required to find |
|
63 | 63 | runs-on: ubuntu-${{ ((matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && !matrix.asan) && '22.04' || '20.04' }} |
64 | 64 | steps: |
65 | 65 | - name: git checkout |
66 | | - uses: actions/checkout@v3 |
| 66 | + uses: actions/checkout@v4 |
67 | 67 | with: |
68 | 68 | ref: ${{ matrix.branch.ref }} |
69 | 69 | - name: Create MSSQL container |
@@ -163,7 +163,7 @@ jobs: |
163 | 163 | MYSQL_ROOT_PASSWORD: root |
164 | 164 | steps: |
165 | 165 | - name: git checkout |
166 | | - uses: actions/checkout@v3 |
| 166 | + uses: actions/checkout@v4 |
167 | 167 | with: |
168 | 168 | ref: ${{ matrix.branch.ref }} |
169 | 169 | - name: apt |
@@ -233,7 +233,7 @@ jobs: |
233 | 233 | runs-on: macos-11 |
234 | 234 | steps: |
235 | 235 | - name: git checkout |
236 | | - uses: actions/checkout@v3 |
| 236 | + uses: actions/checkout@v4 |
237 | 237 | with: |
238 | 238 | ref: ${{ matrix.branch.ref }} |
239 | 239 | - name: brew |
@@ -300,7 +300,7 @@ jobs: |
300 | 300 | runs-on: ubuntu-22.04 |
301 | 301 | steps: |
302 | 302 | - name: git checkout |
303 | | - uses: actions/checkout@v3 |
| 303 | + uses: actions/checkout@v4 |
304 | 304 | - name: Create MSSQL container |
305 | 305 | uses: ./.github/actions/setup-mssql |
306 | 306 | - name: apt |
@@ -347,7 +347,7 @@ jobs: |
347 | 347 | USE_TRACKED_ALLOC: 1 |
348 | 348 | steps: |
349 | 349 | - name: git checkout |
350 | | - uses: actions/checkout@v3 |
| 350 | + uses: actions/checkout@v4 |
351 | 351 | with: |
352 | 352 | ref: ${{ matrix.branch.ref }} |
353 | 353 | - name: apt |
@@ -520,7 +520,7 @@ jobs: |
520 | 520 | runs-on: ubuntu-${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' || '20.04' }} |
521 | 521 | steps: |
522 | 522 | - name: git checkout |
523 | | - uses: actions/checkout@v3 |
| 523 | + uses: actions/checkout@v4 |
524 | 524 | with: |
525 | 525 | ref: ${{ matrix.branch.ref }} |
526 | 526 | - name: Create MSSQL container |
@@ -596,7 +596,7 @@ jobs: |
596 | 596 | runs-on: ubuntu-${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' || '20.04' }} |
597 | 597 | steps: |
598 | 598 | - name: git checkout |
599 | | - uses: actions/checkout@v3 |
| 599 | + uses: actions/checkout@v4 |
600 | 600 | with: |
601 | 601 | ref: ${{ matrix.branch.ref }} |
602 | 602 | - name: apt |
@@ -696,7 +696,7 @@ jobs: |
696 | 696 | runs-on: ubuntu-${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' || '20.04' }} |
697 | 697 | steps: |
698 | 698 | - name: git checkout |
699 | | - uses: actions/checkout@v3 |
| 699 | + uses: actions/checkout@v4 |
700 | 700 | with: |
701 | 701 | ref: ${{ matrix.branch.ref }} |
702 | 702 | - name: apt |
@@ -875,7 +875,7 @@ jobs: |
875 | 875 | - name: git config |
876 | 876 | run: git config --global core.autocrlf false && git config --global core.eol lf |
877 | 877 | - name: git checkout |
878 | | - uses: actions/checkout@v3 |
| 878 | + uses: actions/checkout@v4 |
879 | 879 | with: |
880 | 880 | ref: ${{ matrix.branch.ref }} |
881 | 881 | - name: Setup |
|
0 commit comments