File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 92
92
- name : Install Protoc
93
93
uses : arduino/setup-protoc@v1
94
94
with :
95
- version : " 3.x "
95
+ version : " 3.20.2 "
96
96
repo-token : ${{ secrets.GITHUB_TOKEN }}
97
97
98
98
- name : Build Python package
@@ -153,7 +153,7 @@ jobs:
153
153
- name : Install Protoc
154
154
uses : arduino/setup-protoc@v1
155
155
with :
156
- version : " 3.x "
156
+ version : " 3.20.2 "
157
157
repo-token : ${{ secrets.GITHUB_TOKEN }}
158
158
159
159
- name : Build Python package
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
35
35
- name : Setup Python
36
36
uses : actions/setup-python@v4
37
37
with :
38
- python-version : " 3.10 "
38
+ python-version : " 3.11 "
39
39
40
40
- name : Install Protoc
41
41
uses : arduino/setup-protoc@v1
42
42
with :
43
- version : ' 3.x '
43
+ version : ' 3.20.2 '
44
44
repo-token : ${{ secrets.GITHUB_TOKEN }}
45
45
46
46
- name : Install dependencies
Original file line number Diff line number Diff line change 54
54
- name : Install Protoc
55
55
uses : arduino/setup-protoc@v1
56
56
with :
57
- version : ' 3.x '
57
+ version : ' 3.20.2 '
58
58
repo-token : ${{ secrets.GITHUB_TOKEN }}
59
59
60
60
- name : Setup Python
You can’t perform that action at this time.
0 commit comments