Skip to content

Commit 9f1405e

Browse files
dependabot[bot]per1234
authored andcommitted
Bump arduino/setup-task from 1 to 2
Bumps [arduino/setup-task](https://github.com/arduino/setup-task) from 1 to 2. - [Release notes](https://github.com/arduino/setup-task/releases) - [Commits](arduino/setup-task@v1...v2) --- updated-dependencies: - dependency-name: arduino/setup-task dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d2079d1 commit 9f1405e

6 files changed

+10
-10
lines changed

.github/workflows/check-go-dependencies-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
go-version: ${{ env.GO_VERSION }}
8585

8686
- name: Install Task
87-
uses: arduino/setup-task@v1
87+
uses: arduino/setup-task@v2
8888
with:
8989
repo-token: ${{ secrets.GITHUB_TOKEN }}
9090
version: 3.x
@@ -134,7 +134,7 @@ jobs:
134134
go-version: ${{ env.GO_VERSION }}
135135

136136
- name: Install Task
137-
uses: arduino/setup-task@v1
137+
uses: arduino/setup-task@v2
138138
with:
139139
repo-token: ${{ secrets.GITHUB_TOKEN }}
140140
version: 3.x

.github/workflows/check-go-task.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
go-version: ${{ env.GO_VERSION }}
7777

7878
- name: Install Task
79-
uses: arduino/setup-task@v1
79+
uses: arduino/setup-task@v2
8080
with:
8181
repo-token: ${{ secrets.GITHUB_TOKEN }}
8282
version: 3.x
@@ -113,7 +113,7 @@ jobs:
113113
go-version: ${{ env.GO_VERSION }}
114114

115115
- name: Install Task
116-
uses: arduino/setup-task@v1
116+
uses: arduino/setup-task@v2
117117
with:
118118
repo-token: ${{ secrets.GITHUB_TOKEN }}
119119
version: 3.x
@@ -150,7 +150,7 @@ jobs:
150150
go-version: ${{ env.GO_VERSION }}
151151

152152
- name: Install Task
153-
uses: arduino/setup-task@v1
153+
uses: arduino/setup-task@v2
154154
with:
155155
repo-token: ${{ secrets.GITHUB_TOKEN }}
156156
version: 3.x
@@ -187,7 +187,7 @@ jobs:
187187
go-version: ${{ env.GO_VERSION }}
188188

189189
- name: Install Task
190-
uses: arduino/setup-task@v1
190+
uses: arduino/setup-task@v2
191191
with:
192192
repo-token: ${{ secrets.GITHUB_TOKEN }}
193193
version: 3.x

.github/workflows/publish-go-tester-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
if: runner.os == 'Linux'
9999

100100
- name: Install Task
101-
uses: arduino/setup-task@v1
101+
uses: arduino/setup-task@v2
102102
with:
103103
repo-token: ${{ secrets.GITHUB_TOKEN }}
104104
version: 3.x

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: go install github.com/sanbornm/go-selfupdate/...@latest
8080

8181
- name: Install Taskfile
82-
uses: arduino/setup-task@v1
82+
uses: arduino/setup-task@v2
8383
with:
8484
version: "3.x"
8585
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test-go-integration-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: pip install poetry
8989

9090
- name: Install Task
91-
uses: arduino/setup-task@v1
91+
uses: arduino/setup-task@v2
9292
with:
9393
repo-token: ${{ secrets.GITHUB_TOKEN }}
9494
version: 3.x

.github/workflows/test-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
go-version: ${{ env.GO_VERSION }}
8787

8888
- name: Install Task
89-
uses: arduino/setup-task@v1
89+
uses: arduino/setup-task@v2
9090
with:
9191
repo-token: ${{ secrets.GITHUB_TOKEN }}
9292
version: 3.x

0 commit comments

Comments
 (0)