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 3636 - name : Setup python
3737 uses : actions/setup-python@v5
3838 with :
39- python-version : ' 3.10 '
39+ python-version : ' 3.11 '
4040
4141 - name : Install Prerequisites
4242 run : ~/api_diff_report/prerequisite.sh
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130
131131 - uses : actions/setup-python@v5
132132 with :
133- python-version : ' 3.10 '
133+ python-version : ' 3.11 '
134134
135135 - name : Setup build
136136 run : scripts/install_prereqs.sh Firestore ${{ runner.os }} cmake
@@ -180,7 +180,7 @@ jobs:
180180
181181 - uses : actions/setup-python@v5
182182 with :
183- python-version : ' 3.10 '
183+ python-version : ' 3.11 '
184184
185185 - name : Install Secret GoogleService-Info.plist
186186 run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/firestore.plist.gpg \
@@ -259,7 +259,7 @@ jobs:
259259
260260 - uses : actions/setup-python@v5
261261 with :
262- python-version : ' 3.10 '
262+ python-version : ' 3.11 '
263263
264264 - name : Setup build
265265 run : scripts/install_prereqs.sh Firestore ${{ runner.os }} cmake
You can’t perform that action at this time.
0 commit comments