File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4040 GITHUB_TOKEN : ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
4141
4242 - name : Check out main branch
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444 with :
4545 ref : refs/heads/main
4646 repository : ' yoshi-code-bot/google-api-python-client'
5151 git checkout -b update-discovery-artifacts-${{ steps.date.outputs.current_date }}
5252
5353 - name : Set up Python 3.9
54- uses : actions/setup-python@v5
54+ uses : actions/setup-python@v6
5555 with :
56- python-version : 3.9
56+ python-version : 3.14
5757
5858 - name : Install google-api-python-client
5959 run : pip3 install -e .
Original file line number Diff line number Diff line change 1- pytest==7 .4.4 ; python_version == '3.7'
2- pytest==8.2 .2; python_version >= '3.8'
1+ pytest==8 .4.2 ; python_version == '3.7'
2+ pytest==8.4 .2; python_version >= '3.8'
33flaky==3.8.1
44
Original file line number Diff line number Diff line change 1- google-api-python-client == 2.134 .0
2- google-auth == 2.30.0
1+ google-api-python-client == 2.184 .0
2+ google-auth == 2.41.1
33google-auth-httplib2 == 0.2.0
Original file line number Diff line number Diff line change 1- pandas == 2.2.2
1+ pandas == 2.3.3
You can’t perform that action at this time.
0 commit comments