File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Original file line number Diff line number Diff line change @@ -10,25 +10,25 @@ To get the latest stable version of `arduino-cli` just add this step:
10
10
11
11
``` yaml
12
12
- name : Install Arduino CLI
13
- uses : arduino/setup-arduino-cli@v1
13
+ uses : arduino/setup-arduino-cli@v2
14
14
` ` `
15
15
16
16
If you want to pin a major or minor version you can use the ` .x` wildcard:
17
17
18
18
` ` ` yaml
19
19
- name: Install Arduino CLI
20
- uses: arduino/setup-arduino-cli@v1
20
+ uses: arduino/setup-arduino-cli@v2
21
21
with:
22
- version: "0 .x"
22
+ version: "1 .x"
23
23
` ` `
24
24
25
25
To pin the exact version :
26
26
27
27
` ` ` yaml
28
28
- name: Install Arduino CLI
29
- uses: arduino/setup-arduino-cli@v1
29
+ uses: arduino/setup-arduino-cli@v2
30
30
with:
31
- version: "0.5.0 "
31
+ version: "1.0.1 "
32
32
` ` `
33
33
34
34
# # Examples
You can’t perform that action at this time.
0 commit comments