Skip to content

Commit f4aa118

Browse files
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 a6b1c09 commit f4aa118

17 files changed

+26
-26
lines changed

Diff for: .github/workflows/check-code-generation-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
go-version: ${{ env.GO_VERSION }}
6565

6666
- name: Install Task
67-
uses: arduino/setup-task@v1
67+
uses: arduino/setup-task@v2
6868
with:
6969
repo-token: ${{ secrets.GITHUB_TOKEN }}
7070
version: 3.x

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
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-go-dependencies-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
go-version: ${{ env.GO_VERSION }}
9191

9292
- name: Install Task
93-
uses: arduino/setup-task@v1
93+
uses: arduino/setup-task@v2
9494
with:
9595
repo-token: ${{ secrets.GITHUB_TOKEN }}
9696
version: 3.x
@@ -148,7 +148,7 @@ jobs:
148148
go-version: ${{ env.GO_VERSION }}
149149

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

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
go-version: ${{ env.GO_VERSION }}
7878

7979
- name: Install Task
80-
uses: arduino/setup-task@v1
80+
uses: arduino/setup-task@v2
8181
with:
8282
repo-token: ${{ secrets.GITHUB_TOKEN }}
8383
version: 3.x
@@ -114,7 +114,7 @@ jobs:
114114
go-version: ${{ env.GO_VERSION }}
115115

116116
- name: Install Task
117-
uses: arduino/setup-task@v1
117+
uses: arduino/setup-task@v2
118118
with:
119119
repo-token: ${{ secrets.GITHUB_TOKEN }}
120120
version: 3.x
@@ -154,7 +154,7 @@ jobs:
154154
go-version: ${{ env.GO_VERSION }}
155155

156156
- name: Install Task
157-
uses: arduino/setup-task@v1
157+
uses: arduino/setup-task@v2
158158
with:
159159
repo-token: ${{ secrets.GITHUB_TOKEN }}
160160
version: 3.x
@@ -194,7 +194,7 @@ jobs:
194194
go-version: ${{ env.GO_VERSION }}
195195

196196
- name: Install Task
197-
uses: arduino/setup-task@v1
197+
uses: arduino/setup-task@v2
198198
with:
199199
repo-token: ${{ secrets.GITHUB_TOKEN }}
200200
version: 3.x
@@ -234,7 +234,7 @@ jobs:
234234
go-version: ${{ env.GO_VERSION }}
235235

236236
- name: Install Task
237-
uses: arduino/setup-task@v1
237+
uses: arduino/setup-task@v2
238238
with:
239239
repo-token: ${{ secrets.GITHUB_TOKEN }}
240240
version: 3.x

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: xt0rted/markdownlint-problem-matcher@v2
4848

4949
- name: Install Task
50-
uses: arduino/setup-task@v1
50+
uses: arduino/setup-task@v2
5151
with:
5252
repo-token: ${{ secrets.GITHUB_TOKEN }}
5353
version: 3.x
@@ -70,7 +70,7 @@ jobs:
7070
go-version: ${{ env.GO_VERSION }}
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

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
@@ -209,7 +209,7 @@ jobs:
209209
uses: actions/checkout@v4
210210

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: pip install poetry
5050

5151
- name: Install Task
52-
uses: arduino/setup-task@v1
52+
uses: arduino/setup-task@v2
5353
with:
5454
repo-token: ${{ secrets.GITHUB_TOKEN }}
5555
version: 3.x
@@ -78,7 +78,7 @@ jobs:
7878
run: pip install poetry
7979

8080
- name: Install Task
81-
uses: arduino/setup-task@v1
81+
uses: arduino/setup-task@v2
8282
with:
8383
repo-token: ${{ secrets.GITHUB_TOKEN }}
8484
version: 3.x

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/checkout@v4
6060

6161
- name: Install Task
62-
uses: arduino/setup-task@v1
62+
uses: arduino/setup-task@v2
6363
with:
6464
repo-token: ${{ secrets.GITHUB_TOKEN }}
6565
version: 3.x
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@v4
105105

106106
- name: Install Task
107-
uses: arduino/setup-task@v1
107+
uses: arduino/setup-task@v2
108108
with:
109109
repo-token: ${{ secrets.GITHUB_TOKEN }}
110110
version: 3.x
@@ -144,7 +144,7 @@ jobs:
144144
uses: actions/checkout@v4
145145

146146
- name: Install Task
147-
uses: arduino/setup-task@v1
147+
uses: arduino/setup-task@v2
148148
with:
149149
repo-token: ${{ secrets.GITHUB_TOKEN }}
150150
version: 3.x

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929

3030
- name: Install Task
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/deploy-cobra-mkdocs-versioned-poetry.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
python -m pip install poetry
7676
7777
- name: Install Task
78-
uses: arduino/setup-task@v1
78+
uses: arduino/setup-task@v2
7979
with:
8080
repo-token: ${{ secrets.GITHUB_TOKEN }}
8181
version: 3.x

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v4
4343

4444
- name: Install Task
45-
uses: arduino/setup-task@v1
45+
uses: arduino/setup-task@v2
4646
with:
4747
repo-token: ${{ secrets.GITHUB_TOKEN }}
4848
version: 3.x

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
uses: actions/checkout@v4
117117

118118
- name: Install Task
119-
uses: arduino/setup-task@v1
119+
uses: arduino/setup-task@v2
120120
with:
121121
repo-token: ${{ secrets.GITHUB_TOKEN }}
122122
version: 3.x

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

+1-1
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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: pip install poetry
3535

3636
- name: Install Task
37-
uses: arduino/setup-task@v1
37+
uses: arduino/setup-task@v2
3838
with:
3939
repo-token: ${{ secrets.GITHUB_TOKEN }}
4040
version: 3.x

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: pip install poetry
9292

9393
- name: Install Task
94-
uses: arduino/setup-task@v1
94+
uses: arduino/setup-task@v2
9595
with:
9696
repo-token: ${{ secrets.GITHUB_TOKEN }}
9797
version: 3.x

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

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

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

0 commit comments

Comments
 (0)