Skip to content

Commit b91d5d2

Browse files
update readme (#929)
1 parent f2514b0 commit b91d5d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ To get the action's default version of Task just add this step:
3737

3838
```yaml
3939
- name: Install Task
40-
uses: arduino/setup-task@v1
40+
uses: arduino/setup-task@v2
4141
```
4242
4343
If you want to pin a major or minor version you can use the `.x` wildcard:
4444

4545
```yaml
4646
- name: Install Task
47-
uses: arduino/setup-task@v1
47+
uses: arduino/setup-task@v2
4848
with:
4949
version: 2.x
5050
```
@@ -53,7 +53,7 @@ To pin the exact version:
5353

5454
```yaml
5555
- name: Install Task
56-
uses: arduino/setup-task@v1
56+
uses: arduino/setup-task@v2
5757
with:
5858
version: 2.6.1
5959
```

0 commit comments

Comments
 (0)