File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 name : Run googleapis/google-cloud-php tests against latest version
1111 if : github.event.pull_request.user.login == 'release-please[bot]'
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - name : Clone googleapis/google-cloud-php
1515 uses : actions/checkout@master
1616 with :
Original file line number Diff line number Diff line change 1818 runs-on : ${{ matrix.os }}
1919 name : PHP ${{ matrix.php }} Unit Test${{ matrix.os == 'windows-latest' && ' on Windows' || '' }}
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Setup PHP
2323 uses : shivammathur/setup-php@v2
2424 with :
3636 runs-on : ubuntu-latest
3737 name : Test Prefer Lowest
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040 - name : Setup PHP
4141 uses : shivammathur/setup-php@v2
4242 with :
You can’t perform that action at this time.
0 commit comments