File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments