Skip to content

Commit c9d5610

Browse files
authored
Merge pull request #456 from arduino/dependabot/github_actions/dot-github/workflows/arduino/setup-task-2
Bump arduino/setup-task from 1 to 2 in /.github/workflows
2 parents 4292e33 + 64cf215 commit c9d5610

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+66
-66
lines changed

.github/workflows/check-ci-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v4
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

.github/workflows/check-clang-format.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
node-version: ${{ env.NODE_VERSION }}
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
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@v4
6969

7070
- name: Install Task
71-
uses: arduino/setup-task@v1
71+
uses: arduino/setup-task@v2
7272
with:
7373
repo-token: ${{ secrets.GITHUB_TOKEN }}
7474
version: 3.x
@@ -145,7 +145,7 @@ jobs:
145145
uses: actions/checkout@v4
146146

147147
- name: Install Task
148-
uses: arduino/setup-task@v1
148+
uses: arduino/setup-task@v2
149149
with:
150150
repo-token: ${{ secrets.GITHUB_TOKEN }}
151151
version: 3.x
@@ -205,7 +205,7 @@ jobs:
205205
uses: actions/checkout@v4
206206

207207
- name: Install Task
208-
uses: arduino/setup-task@v1
208+
uses: arduino/setup-task@v2
209209
with:
210210
repo-token: ${{ secrets.GITHUB_TOKEN }}
211211
version: 3.x
@@ -232,7 +232,7 @@ jobs:
232232
node-version: ${{ env.NODE_VERSION }}
233233

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

.github/workflows/check-community-health-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v4
4141

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

.github/workflows/check-config-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

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

.github/workflows/check-dependabot.yml

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

.github/workflows/check-eslint.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

.github/workflows/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

.github/workflows/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

.github/workflows/check-issue-templates.yml

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

.github/workflows/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

.github/workflows/check-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v4
3131

3232
- name: Install Task
33-
uses: arduino/setup-task@v1
33+
uses: arduino/setup-task@v2
3434
with:
3535
repo-token: ${{ secrets.GITHUB_TOKEN }}
3636
version: 3.x

.github/workflows/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

.github/workflows/check-markdownlint.yml

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

.github/workflows/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

.github/workflows/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

.github/workflows/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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/checkout@v4
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
@@ -147,7 +147,7 @@ jobs:
147147
uses: actions/checkout@v4
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
@@ -201,7 +201,7 @@ jobs:
201201
uses: actions/checkout@v4
202202

203203
- name: Install Task
204-
uses: arduino/setup-task@v1
204+
uses: arduino/setup-task@v2
205205
with:
206206
repo-token: ${{ secrets.GITHUB_TOKEN }}
207207
version: 3.x

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

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

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

.github/workflows/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

.github/workflows/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

.github/workflows/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

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

0 commit comments

Comments
 (0)