|
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 |
@@ -751,38 +751,38 @@ jobs: |
751 | 751 | CXX: ccache g++ |
752 | 752 | steps: |
753 | 753 | - name: git checkout PHP |
754 | | - uses: actions/checkout@v3 |
| 754 | + uses: actions/checkout@v4 |
755 | 755 | with: |
756 | 756 | path: php |
757 | 757 | - name: git checkout apcu |
758 | | - uses: actions/checkout@v3 |
| 758 | + uses: actions/checkout@v4 |
759 | 759 | with: |
760 | 760 | repository: krakjoe/apcu |
761 | 761 | path: apcu |
762 | 762 | - name: git checkout imagick |
763 | | - uses: actions/checkout@v3 |
| 763 | + uses: actions/checkout@v4 |
764 | 764 | with: |
765 | 765 | repository: Imagick/imagick |
766 | 766 | path: imagick |
767 | 767 | - name: git checkout memcached |
768 | | - uses: actions/checkout@v3 |
| 768 | + uses: actions/checkout@v4 |
769 | 769 | with: |
770 | 770 | repository: php-memcached-dev/php-memcached |
771 | 771 | path: memcached |
772 | 772 | - name: git checkout redis |
773 | | - uses: actions/checkout@v3 |
| 773 | + uses: actions/checkout@v4 |
774 | 774 | with: |
775 | 775 | repository: phpredis/phpredis |
776 | 776 | path: redis |
777 | 777 | - name: git checkout xdebug |
778 | 778 | # Currently breaks due to a PHP <=8.3 version check |
779 | 779 | if: false |
780 | | - uses: actions/checkout@v3 |
| 780 | + uses: actions/checkout@v4 |
781 | 781 | with: |
782 | 782 | repository: xdebug/xdebug |
783 | 783 | path: xdebug |
784 | 784 | - name: git checkout yaml |
785 | | - uses: actions/checkout@v3 |
| 785 | + uses: actions/checkout@v4 |
786 | 786 | with: |
787 | 787 | repository: php/pecl-file_formats-yaml |
788 | 788 | path: yaml |
@@ -878,7 +878,7 @@ jobs: |
878 | 878 | - name: git config |
879 | 879 | run: git config --global core.autocrlf false && git config --global core.eol lf |
880 | 880 | - name: git checkout |
881 | | - uses: actions/checkout@v3 |
| 881 | + uses: actions/checkout@v4 |
882 | 882 | with: |
883 | 883 | ref: ${{ matrix.branch.ref }} |
884 | 884 | - name: Setup |
|
0 commit comments