Skip to content

Commit

Permalink
docs: update setup-task version (go-task#1710)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-perugini authored Jul 5, 2024
1 parent 88b0950 commit 133086d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ If you want to install Task in GitHub Actions you can try using

```yaml
- name: Install Task
uses: arduino/setup-task@v1
uses: arduino/setup-task@v2
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-latest/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ If you want to install Task in GitHub Actions you can try using

```yaml
- name: Install Task
uses: arduino/setup-task@v1
uses: arduino/setup-task@v2
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 133086d

Please sign in to comment.