File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ To get the latest stable version of `protoc` just add this step:
8
8
9
9
``` yaml
10
10
- name : Install Protoc
11
- uses : Arduino/actions /setup-protoc@master
11
+ uses : arduino /setup-protoc@master
12
12
` ` `
13
13
14
14
If you want to pin a major or minor version you can use the ` .x` wildcard:
15
15
16
16
` ` ` yaml
17
17
- name: Install Protoc
18
- uses: Arduino/actions /setup-protoc@master
18
+ uses: arduino /setup-protoc@master
19
19
with:
20
20
version: '3.x'
21
21
` ` `
@@ -24,7 +24,7 @@ You can also require to include releases marked as `pre-release` in Github using
24
24
25
25
` ` ` yaml
26
26
- name: Install Protoc
27
- uses: Arduino/actions /setup-protoc@master
27
+ uses: arduino /setup-protoc@master
28
28
with:
29
29
version: '3.x'
30
30
include-pre-releases: true
@@ -34,7 +34,7 @@ To pin the exact version:
34
34
35
35
` ` ` yaml
36
36
- name: Install Protoc
37
- uses: Arduino/actions /setup-protoc@master
37
+ uses: arduino /setup-protoc@master
38
38
with:
39
39
version: '3.9.1'
40
40
` ` `
You can’t perform that action at this time.
0 commit comments