File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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@v5
13+ - uses : actions/checkout@v6
1414 - name : Clone googleapis/google-cloud-php
1515 uses : actions/checkout@master
1616 with :
Original file line number Diff line number Diff line change 1515 runs-on : ${{ matrix.os }}
1616 name : PHP ${{ matrix.php }} Unit Test${{ matrix.os == 'windows-latest' && ' on Windows' || '' }}
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : Setup PHP
2020 uses : shivammathur/setup-php@v2
2121 with :
3333 runs-on : ubuntu-latest
3434 name : Test Prefer Lowest
3535 steps :
36- - uses : actions/checkout@v5
36+ - uses : actions/checkout@v6
3737 - name : Setup PHP
3838 uses : shivammathur/setup-php@v2
3939 with :
You can’t perform that action at this time.
0 commit comments