Skip to content

Commit

Permalink
Merge pull request #45 from firefart/dependabot/github_actions/arduin…
Browse files Browse the repository at this point in the history
…o/setup-task-2

Bump arduino/setup-task from 1 to 2
  • Loading branch information
firefart authored Feb 6, 2024
2 parents eb9eb92 + a0f01e7 commit 81766bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
go-version: "stable"

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

- name: Check out code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version: "stable"

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

- name: update
run: |
Expand Down

0 comments on commit 81766bb

Please sign in to comment.