Skip to content

Commit 88ce6e6

Browse files
authored
use python 3.11 to publish docs (#645)
* use python 3.11 to publish docs * specify protoc 3.20.2 rather than 3.x
1 parent 13d34a5 commit 88ce6e6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Install Protoc
9393
uses: arduino/setup-protoc@v1
9494
with:
95-
version: "3.x"
95+
version: "3.20.2"
9696
repo-token: ${{ secrets.GITHUB_TOKEN }}
9797

9898
- name: Build Python package
@@ -153,7 +153,7 @@ jobs:
153153
- name: Install Protoc
154154
uses: arduino/setup-protoc@v1
155155
with:
156-
version: "3.x"
156+
version: "3.20.2"
157157
repo-token: ${{ secrets.GITHUB_TOKEN }}
158158

159159
- name: Build Python package

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
- name: Setup Python
3636
uses: actions/setup-python@v4
3737
with:
38-
python-version: "3.10"
38+
python-version: "3.11"
3939

4040
- name: Install Protoc
4141
uses: arduino/setup-protoc@v1
4242
with:
43-
version: '3.x'
43+
version: '3.20.2'
4444
repo-token: ${{ secrets.GITHUB_TOKEN }}
4545

4646
- name: Install dependencies

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install Protoc
5555
uses: arduino/setup-protoc@v1
5656
with:
57-
version: '3.x'
57+
version: '3.20.2'
5858
repo-token: ${{ secrets.GITHUB_TOKEN }}
5959

6060
- name: Setup Python

0 commit comments

Comments
 (0)