We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2514b0 commit b91d5d2Copy full SHA for b91d5d2
README.md
@@ -37,14 +37,14 @@ To get the action's default version of Task just add this step:
37
38
```yaml
39
- name: Install Task
40
- uses: arduino/setup-task@v1
+ uses: arduino/setup-task@v2
41
```
42
43
If you want to pin a major or minor version you can use the `.x` wildcard:
44
45
46
47
48
with:
49
version: 2.x
50
@@ -53,7 +53,7 @@ To pin the exact version:
53
54
55
56
57
58
version: 2.6.1
59
0 commit comments