File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 name : PHP ${{ matrix.php }} tests - ${{ matrix.stability }}
1717 steps :
1818 # basically git clone
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020
2121 - name : Cache dependencies
22- uses : actions/cache@v3
22+ uses : actions/cache@v4
2323 with :
2424 path : ~/.composer/cache/files
2525 key : dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Original file line number Diff line number Diff line change 77 code_coverage :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111 - uses : shivammathur/setup-php@v2
1212 with :
1313 php-version : 8.2
Original file line number Diff line number Diff line change 1212 continue-on-error : true
1313 steps :
1414 - name : ' Checkout code'
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616
1717 - name : ' Install PHP with extensions'
1818 uses : shivammathur/setup-php@2.22.0
You can’t perform that action at this time.
0 commit comments