File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 29
29
toolchain : ${{ matrix.rust }}
30
30
components : rustfmt
31
31
profile : minimal
32
- - uses : arduino/setup-protoc@v1
32
+ - uses : arduino/setup-protoc@v3
33
+ with :
34
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
33
35
- name : Test
34
36
run : ./scripts/test.sh
35
37
lint :
43
45
toolchain : stable
44
46
components : rustfmt
45
47
profile : minimal
46
- - uses : arduino/setup-protoc@v1
48
+ - uses : arduino/setup-protoc@v3
49
+ with :
50
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
47
51
- uses : actions-rs/cargo@v1
48
52
with :
49
53
command : fmt
90
94
toolchain : nightly
91
95
components : rustfmt
92
96
override : true
93
- - uses : arduino/setup-protoc@v1
97
+ - uses : arduino/setup-protoc@v3
98
+ with :
99
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
94
100
- name : doc
95
101
run : cargo doc --no-deps --all-features
96
102
env :
@@ -108,7 +114,9 @@ jobs:
108
114
toolchain : stable
109
115
components : rustfmt,llvm-tools-preview
110
116
override : true
111
- - uses : arduino/setup-protoc@v1
117
+ - uses : arduino/setup-protoc@v3
118
+ with :
119
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
112
120
- name : cargo install cargo-llvm-cov
113
121
uses : taiki-e/install-action@cargo-llvm-cov
114
122
- name : cargo generate-lockfile
You can’t perform that action at this time.
0 commit comments