Skip to content

Commit

Permalink
Merge pull request #137 from davidalpert/dependabot/github_actions/ar…
Browse files Browse the repository at this point in the history
…duino/setup-task-2

build(deps): bump arduino/setup-task from 1 to 2
  • Loading branch information
davidalpert authored May 7, 2024
2 parents a0bb219 + a2478fa commit a964986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}

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

- name: Setup Ruby, JRuby and TruffleRuby # for integration testing
uses: ruby/setup-ruby@v1.171.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}

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

- name: Install dependencies
run: |
Expand Down

0 comments on commit a964986

Please sign in to comment.