File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 74
74
path : .
75
75
76
76
- name : Install Protoc
77
- uses : arduino/setup-protoc@v1
77
+ uses : arduino/setup-protoc@v2
78
78
with :
79
79
version : " 3.x"
80
80
repo-token : ${{ secrets.GITHUB_TOKEN }}
@@ -135,7 +135,7 @@ jobs:
135
135
path : .
136
136
137
137
- name : Install Protoc
138
- uses : arduino/setup-protoc@v1
138
+ uses : arduino/setup-protoc@v2
139
139
with :
140
140
version : " 3.x"
141
141
repo-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 38
38
python-version : " 3.10"
39
39
40
40
- name : Install Protoc
41
- uses : arduino/setup-protoc@v1
41
+ uses : arduino/setup-protoc@v2
42
42
with :
43
43
version : ' 3.x'
44
44
repo-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 53
53
override : true
54
54
55
55
- name : Install Protoc
56
- uses : arduino/setup-protoc@v1
56
+ uses : arduino/setup-protoc@v2
57
57
with :
58
58
version : ' 3.x'
59
59
repo-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments