Skip to content

Commit 2b2394e

Browse files
Bump arduino/setup-task from 1 to 2 (#2527)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66a9d6d commit 2b2394e

15 files changed

+25
-25
lines changed

Diff for: .github/workflows/check-easyjson.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
go-version: ${{ env.GO_VERSION }}
3838

3939
- name: Install Task
40-
uses: arduino/setup-task@v1
40+
uses: arduino/setup-task@v2
4141
with:
4242
repo-token: ${{ secrets.GITHUB_TOKEN }}
4343
version: 3.x

Diff for: .github/workflows/check-go-dependencies-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
go-version: ${{ env.GO_VERSION }}
8282

8383
- name: Install Task
84-
uses: arduino/setup-task@v1
84+
uses: arduino/setup-task@v2
8585
with:
8686
repo-token: ${{ secrets.GITHUB_TOKEN }}
8787
version: 3.x
@@ -131,7 +131,7 @@ jobs:
131131
go-version: ${{ env.GO_VERSION }}
132132

133133
- name: Install Task
134-
uses: arduino/setup-task@v1
134+
uses: arduino/setup-task@v2
135135
with:
136136
repo-token: ${{ secrets.GITHUB_TOKEN }}
137137
version: 3.x

Diff for: .github/workflows/check-go-task.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
go-version: ${{ env.GO_VERSION }}
7373

7474
- name: Install Task
75-
uses: arduino/setup-task@v1
75+
uses: arduino/setup-task@v2
7676
with:
7777
repo-token: ${{ secrets.GITHUB_TOKEN }}
7878
version: 3.x
@@ -108,7 +108,7 @@ jobs:
108108
go-version: ${{ env.GO_VERSION }}
109109

110110
- name: Install Task
111-
uses: arduino/setup-task@v1
111+
uses: arduino/setup-task@v2
112112
with:
113113
repo-token: ${{ secrets.GITHUB_TOKEN }}
114114
version: 3.x
@@ -146,7 +146,7 @@ jobs:
146146
go-version: ${{ env.GO_VERSION }}
147147

148148
- name: Install Task
149-
uses: arduino/setup-task@v1
149+
uses: arduino/setup-task@v2
150150
with:
151151
repo-token: ${{ secrets.GITHUB_TOKEN }}
152152
version: 3.x
@@ -211,7 +211,7 @@ jobs:
211211
go-version: ${{ env.GO_VERSION }}
212212

213213
- name: Install Task
214-
uses: arduino/setup-task@v1
214+
uses: arduino/setup-task@v2
215215
with:
216216
repo-token: ${{ secrets.GITHUB_TOKEN }}
217217
version: 3.x

Diff for: .github/workflows/check-i18n-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
go-version: ${{ env.GO_VERSION }}
2828

2929
- name: Install Task
30-
uses: arduino/setup-task@v1
30+
uses: arduino/setup-task@v2
3131
with:
3232
repo-token: ${{ secrets.GITHUB_TOKEN }}
3333
version: 3.x

Diff for: .github/workflows/check-markdown-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uses: xt0rted/markdownlint-problem-matcher@v2
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
@@ -122,7 +122,7 @@ jobs:
122122
repo-token: ${{ secrets.GITHUB_TOKEN }}
123123

124124
- name: Install Task
125-
uses: arduino/setup-task@v1
125+
uses: arduino/setup-task@v2
126126
with:
127127
repo-token: ${{ secrets.GITHUB_TOKEN }}
128128
version: 3.x

Diff for: .github/workflows/check-mkdocs-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: pip install poetry
5959

6060
- name: Install Task
61-
uses: arduino/setup-task@v1
61+
uses: arduino/setup-task@v2
6262
with:
6363
repo-token: ${{ secrets.GITHUB_TOKEN }}
6464
version: 3.x

Diff for: .github/workflows/check-prettier-formatting-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
uses: actions/checkout@v4
208208

209209
- name: Install Task
210-
uses: arduino/setup-task@v1
210+
uses: arduino/setup-task@v2
211211
with:
212212
repo-token: ${{ secrets.GITHUB_TOKEN }}
213213
version: 3.x

Diff for: .github/workflows/check-protobuf-task.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
go install google.golang.org/grpc/cmd/[email protected]
7171
7272
- name: Install Task
73-
uses: arduino/setup-task@v1
73+
uses: arduino/setup-task@v2
7474
with:
7575
repo-token: ${{ secrets.GITHUB_TOKEN }}
7676
version: 3.x
@@ -102,7 +102,7 @@ jobs:
102102
go install github.com/bufbuild/buf/cmd/[email protected]
103103
104104
- name: Install Task
105-
uses: arduino/setup-task@v1
105+
uses: arduino/setup-task@v2
106106
with:
107107
repo-token: ${{ secrets.GITHUB_TOKEN }}
108108
version: 3.x
@@ -120,7 +120,7 @@ jobs:
120120
uses: actions/checkout@v4
121121

122122
- name: Install Task
123-
uses: arduino/setup-task@v1
123+
uses: arduino/setup-task@v2
124124
with:
125125
repo-token: ${{ secrets.GITHUB_TOKEN }}
126126
version: 3.x

Diff for: .github/workflows/deploy-cobra-mkdocs-versioned-poetry.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
python -m pip install poetry
8181
8282
- name: Install Task
83-
uses: arduino/setup-task@v1
83+
uses: arduino/setup-task@v2
8484
with:
8585
repo-token: ${{ secrets.GITHUB_TOKEN }}
8686
version: 3.x

Diff for: .github/workflows/i18n-nightly-push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go-version: "${{ env.GO_VERSION }}"
2222

2323
- name: Install Taskfile
24-
uses: arduino/setup-task@v1
24+
uses: arduino/setup-task@v2
2525
with:
2626
repo-token: ${{ secrets.GITHUB_TOKEN }}
2727
version: 3.x

Diff for: .github/workflows/i18n-weekly-pull.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
go-version: "${{ env.GO_VERSION }}"
2929

3030
- name: Install Taskfile
31-
uses: arduino/setup-task@v1
31+
uses: arduino/setup-task@v2
3232
with:
3333
repo-token: ${{ secrets.GITHUB_TOKEN }}
3434
version: 3.x

Diff for: .github/workflows/publish-go-nightly-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v4
4444

4545
- name: Install Task
46-
uses: arduino/setup-task@v1
46+
uses: arduino/setup-task@v2
4747
with:
4848
repo-token: ${{ secrets.GITHUB_TOKEN }}
4949
version: 3.x
@@ -242,7 +242,7 @@ jobs:
242242
path: ${{ env.DIST_DIR }}
243243

244244
- name: Install Task
245-
uses: arduino/setup-task@v1
245+
uses: arduino/setup-task@v2
246246
with:
247247
repo-token: ${{ secrets.GITHUB_TOKEN }}
248248
version: 3.x

Diff for: .github/workflows/publish-go-tester-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
fetch-depth: 0
123123

124124
- name: Install Task
125-
uses: arduino/setup-task@v1
125+
uses: arduino/setup-task@v2
126126
with:
127127
repo-token: ${{ secrets.GITHUB_TOKEN }}
128128
version: 3.x

Diff for: .github/workflows/release-go-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
changelog-file-path: "${{ env.DIST_DIR }}/CHANGELOG.md"
5252

5353
- name: Install Task
54-
uses: arduino/setup-task@v1
54+
uses: arduino/setup-task@v2
5555
with:
5656
repo-token: ${{ secrets.GITHUB_TOKEN }}
5757
version: 3.x
@@ -246,7 +246,7 @@ jobs:
246246
path: ${{ env.DIST_DIR }}
247247

248248
- name: Install Task
249-
uses: arduino/setup-task@v1
249+
uses: arduino/setup-task@v2
250250
with:
251251
repo-token: ${{ secrets.GITHUB_TOKEN }}
252252
version: 3.x

Diff for: .github/workflows/test-go-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
go-version: ${{ env.GO_VERSION }}
102102

103103
- name: Install Task
104-
uses: arduino/setup-task@v1
104+
uses: arduino/setup-task@v2
105105
with:
106106
repo-token: ${{ secrets.GITHUB_TOKEN }}
107107
version: 3.x
@@ -147,7 +147,7 @@ jobs:
147147
go-version: ${{ env.GO_VERSION }}
148148

149149
- name: Install Task
150-
uses: arduino/setup-task@v1
150+
uses: arduino/setup-task@v2
151151
with:
152152
repo-token: ${{ secrets.GITHUB_TOKEN }}
153153
version: 3.x

0 commit comments

Comments
 (0)