File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 90
90
path : .
91
91
92
92
- name : Install Protoc
93
- uses : arduino/setup-protoc@v1
93
+ uses : arduino/setup-protoc@v3
94
94
with :
95
95
version : " 3.20.2"
96
96
repo-token : ${{ secrets.GITHUB_TOKEN }}
@@ -151,7 +151,7 @@ jobs:
151
151
path : .
152
152
153
153
- name : Install Protoc
154
- uses : arduino/setup-protoc@v1
154
+ uses : arduino/setup-protoc@v3
155
155
with :
156
156
version : " 3.20.2"
157
157
repo-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 52
52
python-version : " 3.11"
53
53
54
54
- name : Install Protoc
55
- uses : arduino/setup-protoc@v1
55
+ uses : arduino/setup-protoc@v3
56
56
with :
57
57
version : ' 3.20.2'
58
58
repo-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 52
52
override : true
53
53
54
54
- name : Install Protoc
55
- uses : arduino/setup-protoc@v1
55
+ uses : arduino/setup-protoc@v3
56
56
with :
57
57
version : ' 3.20.2'
58
58
repo-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments