Skip to content

Commit 510aef4

Browse files
update README
1 parent 5ddb39e commit 510aef4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ To get the latest stable version of `arduino-cli` just add this step:
1010

1111
```yaml
1212
- name: Install Arduino CLI
13-
uses: arduino/setup-arduino-cli@v1
13+
uses: arduino/setup-arduino-cli@v2
1414
```
1515
1616
If you want to pin a major or minor version you can use the `.x` wildcard:
1717

1818
```yaml
1919
- name: Install Arduino CLI
20-
uses: arduino/setup-arduino-cli@v1
20+
uses: arduino/setup-arduino-cli@v2
2121
with:
22-
version: "0.x"
22+
version: "1.x"
2323
```
2424

2525
To pin the exact version:
2626

2727
```yaml
2828
- name: Install Arduino CLI
29-
uses: arduino/setup-arduino-cli@v1
29+
uses: arduino/setup-arduino-cli@v2
3030
with:
31-
version: "0.5.0"
31+
version: "1.0.1"
3232
```
3333

3434
## Examples

0 commit comments

Comments
 (0)