8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2ed33 commit d7e4e74Copy full SHA for d7e4e74
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@v1.0.0
+ uses: arduino/setup-arduino-cli@v1.1.1
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