We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3144266 + 583bee3 commit c302e0bCopy full SHA for c302e0b
README.md
@@ -10,14 +10,14 @@ To get the latest stable version of `arduino-cli` just add this step:
10
11
```yaml
12
- name: Install Arduino CLI
13
- uses: arduino/setup-arduino-cli@m1.0.0
+ uses: arduino/setup-arduino-cli@v1.0.0
14
```
15
16
If you want to pin a major or minor version you can use the `.x` wildcard:
17
18
19
20
21
with:
22
version: '0.x'
23
@@ -26,7 +26,7 @@ To pin the exact version:
26
27
28
29
30
31
version: '0.5.0'
32
0 commit comments