Skip to content

Commit c302e0b

Browse files
author
Massimiliano Pippi
authored
Merge pull request #1 from SteffanoP/patch-1
Fix link from uses on Readme
2 parents 3144266 + 583bee3 commit c302e0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ 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@m1.0.0
13+
uses: arduino/setup-arduino-cli@v1.0.0
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@m1.0.0
20+
uses: arduino/setup-arduino-cli@v1.0.0
2121
with:
2222
version: '0.x'
2323
```
@@ -26,7 +26,7 @@ To pin the exact version:
2626

2727
```yaml
2828
- name: Install Arduino CLI
29-
uses: arduino/setup-arduino-cli@m1.0.0
29+
uses: arduino/setup-arduino-cli@v1.0.0
3030
with:
3131
version: '0.5.0'
3232
```

0 commit comments

Comments
 (0)