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

0 commit comments

Comments
 (0)