Skip to content

Commit

Permalink
update readme (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-perugini committed Feb 6, 2024
1 parent f2514b0 commit b91d5d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -37,14 +37,14 @@ To get the action's default version of Task just add this step:

```yaml
- name: Install Task
uses: arduino/setup-task@v1
uses: arduino/setup-task@v2
```

If you want to pin a major or minor version you can use the `.x` wildcard:

```yaml
- name: Install Task
uses: arduino/setup-task@v1
uses: arduino/setup-task@v2
with:
version: 2.x
```
Expand All @@ -53,7 +53,7 @@ To pin the exact version:

```yaml
- name: Install Task
uses: arduino/setup-task@v1
uses: arduino/setup-task@v2
with:
version: 2.6.1
```
Expand Down

0 comments on commit b91d5d2

Please sign in to comment.