File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
- name : Setup python
37
37
uses : actions/setup-python@v5
38
38
with :
39
- python-version : ' 3.10 '
39
+ python-version : ' 3.11 '
40
40
41
41
- name : Install Prerequisites
42
42
run : ~/api_diff_report/prerequisite.sh
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130
130
131
131
- uses : actions/setup-python@v5
132
132
with :
133
- python-version : ' 3.10 '
133
+ python-version : ' 3.11 '
134
134
135
135
- name : Setup build
136
136
run : scripts/install_prereqs.sh Firestore ${{ runner.os }} cmake
@@ -180,7 +180,7 @@ jobs:
180
180
181
181
- uses : actions/setup-python@v5
182
182
with :
183
- python-version : ' 3.10 '
183
+ python-version : ' 3.11 '
184
184
185
185
- name : Install Secret GoogleService-Info.plist
186
186
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/firestore.plist.gpg \
@@ -259,7 +259,7 @@ jobs:
259
259
260
260
- uses : actions/setup-python@v5
261
261
with :
262
- python-version : ' 3.10 '
262
+ python-version : ' 3.11 '
263
263
264
264
- name : Setup build
265
265
run : scripts/install_prereqs.sh Firestore ${{ runner.os }} cmake
You can’t perform that action at this time.
0 commit comments