We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ddb39e commit 510aef4Copy full SHA for 510aef4
README.md
@@ -10,25 +10,25 @@ 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@v1
+ uses: arduino/setup-arduino-cli@v2
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"
+ version: "1.x"
23
24
25
To pin the exact version:
26
27
28
29
30
31
- version: "0.5.0"
+ version: "1.0.1"
32
33
34
## Examples
0 commit comments