Skip to content

Commit

Permalink
Merge pull request #3 from jippi/dependabot/github_actions/arduino/se…
Browse files Browse the repository at this point in the history
…tup-task-2

chore(deps): bump arduino/setup-task from 1 to 2
  • Loading branch information
jippi authored Feb 7, 2024
2 parents 53e8730 + 58ab035 commit fb2fb63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
fetch-depth: 0

- uses: arduino/setup-task@v1
- uses: arduino/setup-task@v2
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
fetch-depth: 0

- uses: arduino/setup-task@v1
- uses: arduino/setup-task@v2
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
with:
fetch-depth: 0

- 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 fb2fb63

Please sign in to comment.