Skip to content

Commit b91dfda

Browse files
authored
[Infra] Update workflows from Python 3.10 to 3.11 (#14121)
1 parent bda2be9 commit b91dfda

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/api_diff_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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

.github/workflows/firestore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)