Skip to content

Commit a964986

Browse files
authored
Merge pull request #137 from davidalpert/dependabot/github_actions/arduino/setup-task-2
build(deps): bump arduino/setup-task from 1 to 2
2 parents a0bb219 + a2478fa commit a964986

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
go-version: ${{ env.GO_VERSION }}
5151

5252
- name: Install Task
53-
uses: arduino/setup-task@v1
53+
uses: arduino/setup-task@v2
5454

5555
- name: Setup Ruby, JRuby and TruffleRuby # for integration testing
5656
uses: ruby/[email protected]

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
go-version: ${{ env.GO_VERSION }}
8989

9090
- name: Install Task
91-
uses: arduino/setup-task@v1
91+
uses: arduino/setup-task@v2
9292

9393
- name: Install dependencies
9494
run: |

0 commit comments

Comments
 (0)