Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit583bee3

Browse files
author
Steffano Pereira
authored
Fix link from uses on Readme
The following link adds a `v`
1 parent3144266 commit583bee3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp