Skip to content

Commit 64cf215

Browse files
committed
Bump arduino/setup-task action from v1 to v2 in "template" workflows
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)
1 parent 2da0cdc commit 64cf215

25 files changed

+35
-35
lines changed

workflow-templates/check-action-metadata-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
node-version: ${{ env.NODE_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

workflow-templates/check-files-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v4
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
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/checkout@v4
7070

7171
- name: Install Task
72-
uses: arduino/setup-task@v1
72+
uses: arduino/setup-task@v2
7373
with:
7474
repo-token: ${{ secrets.GITHUB_TOKEN }}
7575
version: 3.x

workflow-templates/check-general-formatting-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v4
5555

5656
- name: Install Task
57-
uses: arduino/setup-task@v1
57+
uses: arduino/setup-task@v2
5858
with:
5959
repo-token: ${{ secrets.GITHUB_TOKEN }}
6060
version: 3.x

workflow-templates/check-go-dependencies-task.yml

Lines changed: 2 additions & 2 deletions
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

workflow-templates/check-go-task.yml

Lines changed: 3 additions & 3 deletions
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
@@ -120,7 +120,7 @@ jobs:
120120
go-version: ${{ env.GO_VERSION }}
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
@@ -161,7 +161,7 @@ jobs:
161161
go-version: ${{ env.GO_VERSION }}
162162

163163
- name: Install Task
164-
uses: arduino/setup-task@v1
164+
uses: arduino/setup-task@v2
165165
with:
166166
repo-token: ${{ secrets.GITHUB_TOKEN }}
167167
version: 3.x

workflow-templates/check-javascript-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
node-version: ${{ env.NODE_VERSION }}
7272

7373
- name: Install Task
74-
uses: arduino/setup-task@v1
74+
uses: arduino/setup-task@v2
7575
with:
7676
repo-token: ${{ secrets.GITHUB_TOKEN }}
7777
version: 3.x

workflow-templates/check-markdown-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: xt0rted/markdownlint-problem-matcher@v2
8484

8585
- name: Install Task
86-
uses: arduino/setup-task@v1
86+
uses: arduino/setup-task@v2
8787
with:
8888
repo-token: ${{ secrets.GITHUB_TOKEN }}
8989
version: 3.x
@@ -108,7 +108,7 @@ jobs:
108108
node-version: ${{ env.NODE_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

workflow-templates/check-mkdocs-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: 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

workflow-templates/check-npm-dependencies-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
node-version: ${{ env.NODE_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
node-version: ${{ env.NODE_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

workflow-templates/check-npm-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
node-version: ${{ env.NODE_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
@@ -109,7 +109,7 @@ jobs:
109109
node-version: ${{ env.NODE_VERSION }}
110110

111111
- name: Install Task
112-
uses: arduino/setup-task@v1
112+
uses: arduino/setup-task@v2
113113
with:
114114
repo-token: ${{ secrets.GITHUB_TOKEN }}
115115
version: 3.x

workflow-templates/check-prettier-formatting-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
node-version: ${{ env.NODE_VERSION }}
249249

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

workflow-templates/check-python-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: pip install poetry
8080

8181
- name: Install Task
82-
uses: arduino/setup-task@v1
82+
uses: arduino/setup-task@v2
8383
with:
8484
repo-token: ${{ secrets.GITHUB_TOKEN }}
8585
version: 3.x
@@ -110,7 +110,7 @@ jobs:
110110
run: pip install poetry
111111

112112
- name: Install Task
113-
uses: arduino/setup-task@v1
113+
uses: arduino/setup-task@v2
114114
with:
115115
repo-token: ${{ secrets.GITHUB_TOKEN }}
116116
version: 3.x

workflow-templates/check-shell-task.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/checkout@v4
9090

9191
- name: Install Task
92-
uses: arduino/setup-task@v1
92+
uses: arduino/setup-task@v2
9393
with:
9494
repo-token: ${{ secrets.GITHUB_TOKEN }}
9595
version: 3.x
@@ -154,7 +154,7 @@ jobs:
154154
uses: actions/checkout@v4
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
@@ -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

workflow-templates/check-toc-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
node-version: ${{ env.NODE_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

workflow-templates/check-workflows-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
node-version: ${{ env.NODE_VERSION }}
4242

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

workflow-templates/check-yaml-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
run: pip install poetry
108108

109109
- name: Install Task
110-
uses: arduino/setup-task@v1
110+
uses: arduino/setup-task@v2
111111
with:
112112
repo-token: ${{ secrets.GITHUB_TOKEN }}
113113
version: 3.x

workflow-templates/deploy-cobra-mkdocs-versioned-poetry.yml

Lines changed: 1 addition & 1 deletion
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

workflow-templates/publish-go-nightly-task.yml

Lines changed: 1 addition & 1 deletion
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

workflow-templates/publish-go-tester-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
uses: actions/checkout@v4
119119

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

workflow-templates/release-go-crosscompile-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
go-version: ${{ env.GO_VERSION }}
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

workflow-templates/release-go-task.yml

Lines changed: 1 addition & 1 deletion
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

workflow-templates/spell-check-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: pip install poetry
6262

6363
- name: Install Task
64-
uses: arduino/setup-task@v1
64+
uses: arduino/setup-task@v2
6565
with:
6666
repo-token: ${{ secrets.GITHUB_TOKEN }}
6767
version: 3.x

workflow-templates/test-go-integration-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: pip install poetry
9595

9696
- name: Install Task
97-
uses: arduino/setup-task@v1
97+
uses: arduino/setup-task@v2
9898
with:
9999
repo-token: ${{ secrets.GITHUB_TOKEN }}
100100
version: 3.x

workflow-templates/test-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
go-version: ${{ env.GO_VERSION }}
9494

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

workflow-templates/test-python-poetry-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: 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

0 commit comments

Comments
 (0)