File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed
Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : " Checkout"
34- uses : " actions/checkout@v2 "
34+ uses : " actions/checkout@v3 "
3535
3636 - name : " Install PHP"
3737 uses : " shivammathur/setup-php@v2"
4646 if : " ${{ inputs.composer-root-version }}"
4747
4848 - name : " Install dependencies with Composer"
49- uses : " ramsey/composer-install@v1 "
49+ uses : " ramsey/composer-install@v2 "
5050 with :
5151 dependency-versions : " highest"
5252 composer-options : " ${{ inputs.composer-options }}"
Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : " Checkout"
39- uses : " actions/checkout@v2 "
39+ uses : " actions/checkout@v3 "
4040 with :
4141 fetch-depth : 2
4242
6666 run : " composer config extra.symfony.require ${{ inputs.symfony-version-constraint }}"
6767
6868 - name : " Install dependencies with Composer"
69- uses : " ramsey/composer-install@v1 "
69+ uses : " ramsey/composer-install@v2 "
7070 with :
7171 dependency-versions : " highest"
7272 composer-options : " ${{ inputs.composer-options }}"
7575 run : " vendor/bin/phpunit --coverage-clover=phpunit-${{ inputs.php-version }}-unstable.coverage"
7676
7777 - name : " Upload to Codecov"
78- uses : " codecov/codecov-action@v1 "
78+ uses : " codecov/codecov-action@v3 "
7979 with :
8080 files : " ./phpunit-${{ inputs.php-version }}-unstable.coverage"
Original file line number Diff line number Diff line change 3737
3838 steps :
3939 - name : " Checkout"
40- uses : " actions/checkout@v2 "
40+ uses : " actions/checkout@v3 "
4141 with :
4242 fetch-depth : 2
4343
6363 if : " ${{ inputs.composer-root-version }}"
6464
6565 - name : " Install dependencies with Composer"
66- uses : " ramsey/composer-install@v1 "
66+ uses : " ramsey/composer-install@v2 "
6767 with :
6868 dependency-versions : " ${{ matrix.dependencies }}"
6969 composer-options : " ${{ inputs.composer-options }}"
7272 run : " vendor/bin/phpunit --coverage-clover=coverage.xml"
7373
7474 - name : " Upload coverage file"
75- uses : " actions/upload-artifact@v2 "
75+ uses : " actions/upload-artifact@v3 "
7676 with :
7777 name : " phpunit-${{ matrix.php-version }}-${{ matrix.dependencies }}.coverage"
7878 path : " coverage.xml"
@@ -85,16 +85,16 @@ jobs:
8585
8686 steps :
8787 - name : " Checkout"
88- uses : " actions/checkout@v2 "
88+ uses : " actions/checkout@v3 "
8989 with :
9090 fetch-depth : 2
9191
9292 - name : " Download coverage files"
93- uses : " actions/download-artifact@v2 "
93+ uses : " actions/download-artifact@v3 "
9494 with :
9595 path : " reports"
9696
9797 - name : " Upload to Codecov"
98- uses : " codecov/codecov-action@v1 "
98+ uses : " codecov/codecov-action@v3 "
9999 with :
100100 directory : " reports"
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : " Checkout"
28- uses : " actions/checkout@v2 "
28+ uses : " actions/checkout@v3 "
2929
3030 - name : " Release"
3131 uses : " laminas/automatic-releases@v1"
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : " Checkout code"
34- uses : " actions/checkout@v2 "
34+ uses : " actions/checkout@v3 "
3535
3636 - name : " Install PHP"
3737 uses : " shivammathur/setup-php@v2"
4545 if : " ${{ inputs.composer-root-version }}"
4646
4747 - name : " Install dependencies with Composer"
48- uses : " ramsey/composer-install@v1 "
48+ uses : " ramsey/composer-install@v2 "
4949 with :
5050 dependency-versions : " highest"
5151 composer-options : " ${{ inputs.composer-options }}"
6464
6565 steps :
6666 - name : " Checkout code"
67- uses : " actions/checkout@v2 "
67+ uses : " actions/checkout@v3 "
6868
6969 - name : " Install PHP"
7070 uses : " shivammathur/setup-php@v2"
7878 if : " ${{ inputs.composer-root-version }}"
7979
8080 - name : " Install dependencies with Composer"
81- uses : " ramsey/composer-install@v1 "
81+ uses : " ramsey/composer-install@v2 "
8282 with :
8383 dependency-versions : " highest"
8484 composer-options : " ${{ inputs.composer-options }}"
You can’t perform that action at this time.
0 commit comments