File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 build :
2424 runs-on : ubuntu-24.04
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 with :
2828 fetch-depth : ' 0'
2929 - name : Bump version and push tag
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ jobs:
4141 service : ${{fromJson(needs.batch.outputs.services).one}}
4242 steps :
4343 - run : echo generating ${{ matrix.service }}
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545 with :
4646 fetch-depth : 1
4747 path : google-api-php-client-services
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 with :
5050 repository : googleapis/discovery-artifact-manager
5151 fetch-depth : 1
@@ -84,11 +84,11 @@ jobs:
8484 service : ${{fromJson(needs.batch.outputs.services).two}}
8585 steps :
8686 - run : echo generating ${{ matrix.service }}
87- - uses : actions/checkout@v4
87+ - uses : actions/checkout@v5
8888 with :
8989 fetch-depth : 1
9090 path : google-api-php-client-services
91- - uses : actions/checkout@v4
91+ - uses : actions/checkout@v5
9292 with :
9393 repository : googleapis/discovery-artifact-manager
9494 fetch-depth : 1
Original file line number Diff line number Diff line change 1717 php : " 8.1"
1818 name : PHP ${{matrix.php }} Unit Test
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : Setup PHP
2222 uses : shivammathur/setup-php@v2
2323 with :
3434 runs-on : ubuntu-24.04
3535 name : Generator Unit Tests
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 - name : Set up Python
3939 uses : actions/setup-python@v6
4040 with :
5353 php : [ "8.1" ]
5454 name : Casing Conflict Test
5555 steps :
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v5
5757 - name : Setup PHP
5858 uses : shivammathur/setup-php@v2
5959 with :
You can’t perform that action at this time.
0 commit comments