File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v3
2121
2222 - name : Install PHP
2323 uses : shivammathur/setup-php@v2
3737
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@v2
40+ uses : actions/checkout@v3
4141
4242 - name : Install PHP
4343 uses : shivammathur/setup-php@v2
9494 run : git config --global core.autocrlf false
9595
9696 - name : Checkout
97- uses : actions/checkout@v2
97+ uses : actions/checkout@v3
9898
9999 - name : Install PHP with extensions
100100 uses : shivammathur/setup-php@v2
@@ -117,6 +117,6 @@ jobs:
117117 run : vendor/bin/phpunit --coverage-clover=coverage.xml
118118
119119 - name : Send code coverage report to Codecov.io
120- uses : codecov/codecov-action@v1
120+ uses : codecov/codecov-action@v2
121121 with :
122122 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments