Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 510aef4

Browse filesBrowse files
update README
1 parent 5ddb39e commit 510aef4
Copy full SHA for 510aef4

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.