File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -35,20 +35,20 @@ jobs:
3535
3636 steps :
3737 - name : Python Library > Checkout Repository
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939 with :
4040 path : ${{ env.LIBRARY_CHECKOUT_PATH }}
4141
4242 - name : Test Data > Checkout Repository
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444 with :
4545 repository : googleapis/google-cloudevents
4646 path : ${{ env.DATA_SOURCE_CHECKOUT_PATH }}
4747
4848 - name : Setup Python
49- uses : actions/setup-python@v5
49+ uses : actions/setup-python@v6
5050 with :
51- python-version : ' 3.13 '
51+ python-version : ' 3.14 '
5252 cache : ' pip'
5353
5454 - name : Install Generator Dependencies
@@ -113,7 +113,7 @@ jobs:
113113
114114 - name : Notify for failure
115115 if : ${{ failure() && github.event_name == 'schedule' }}
116- uses : actions/github-script@v7
116+ uses : actions/github-script@v8
117117 with :
118118 script : |
119119 github.rest.issues.create({
Original file line number Diff line number Diff line change @@ -36,20 +36,20 @@ jobs:
3636
3737 steps :
3838 - name : Python Library > Checkout Repository
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040 with :
4141 path : ${{ env.LIBRARY_CHECKOUT_PATH }}
4242
4343 - name : Proto Schemas > Checkout Repository
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v5
4545 with :
4646 repository : googleapis/google-cloudevents
4747 path : ${{ env.DATA_SOURCE_CHECKOUT_PATH }}
4848
4949 - name : Setup Python
50- uses : actions/setup-python@v5
50+ uses : actions/setup-python@v6
5151 with :
52- python-version : ' 3.13 '
52+ python-version : ' 3.14 '
5353 cache : ' pip'
5454
5555 - name : Install Generator Dependencies
Original file line number Diff line number Diff line change 1- gapic_generator == 1.23.6
2- grpcio-tools == 1.71.0
1+ gapic_generator == 1.28.0
2+ grpcio-tools == 1.75.1
33pypandoc_binary == 1.15
4- requests == 2.32.4
4+ requests == 2.32.5
Original file line number Diff line number Diff line change 1- pytest == 8.3.5
1+ pytest == 8.4.2
You can’t perform that action at this time.
0 commit comments