Skip to content

Commit 2167a40

Browse files
authored
Merge pull request #269 from arduino/dependabot/github_actions/arduino/setup-task-2
Bump arduino/setup-task from 1 to 2
2 parents 09464ab + 7581dd5 commit 2167a40

13 files changed

+20
-20
lines changed

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

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

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
go-version: ${{ env.GO_VERSION }}
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
@@ -113,7 +113,7 @@ jobs:
113113
go-version: ${{ env.GO_VERSION }}
114114

115115
- name: Install Task
116-
uses: arduino/setup-task@v1
116+
uses: arduino/setup-task@v2
117117
with:
118118
repo-token: ${{ secrets.GITHUB_TOKEN }}
119119
version: 3.x
@@ -151,7 +151,7 @@ jobs:
151151
go-version: ${{ env.GO_VERSION }}
152152

153153
- name: Install Task
154-
uses: arduino/setup-task@v1
154+
uses: arduino/setup-task@v2
155155
with:
156156
repo-token: ${{ secrets.GITHUB_TOKEN }}
157157
version: 3.x
@@ -189,7 +189,7 @@ jobs:
189189
go-version: ${{ env.GO_VERSION }}
190190

191191
- name: Install Task
192-
uses: arduino/setup-task@v1
192+
uses: arduino/setup-task@v2
193193
with:
194194
repo-token: ${{ secrets.GITHUB_TOKEN }}
195195
version: 3.x
@@ -227,7 +227,7 @@ jobs:
227227
go-version: ${{ env.GO_VERSION }}
228228

229229
- name: Install Task
230-
uses: arduino/setup-task@v1
230+
uses: arduino/setup-task@v2
231231
with:
232232
repo-token: ${{ secrets.GITHUB_TOKEN }}
233233
version: 3.x

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: xt0rted/markdownlint-problem-matcher@v3
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-prettier-formatting-task.yml

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

+2-2
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-yaml-task.yml

+1-1
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/compare-performance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
go-version: ${{ steps.go-version.outputs.version }}
138138

139139
- name: Install Task
140-
uses: arduino/setup-task@v1
140+
uses: arduino/setup-task@v2
141141
with:
142142
repo-token: ${{ secrets.GITHUB_TOKEN }}
143143
version: 3.x

.github/workflows/publish-go-tester-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
go-version: ${{ env.GO_VERSION }}
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

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737

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

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

+1-1
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-go-integration-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: pip install poetry
100100

101101
- name: Install Task
102-
uses: arduino/setup-task@v1
102+
uses: arduino/setup-task@v2
103103
with:
104104
repo-token: ${{ secrets.GITHUB_TOKEN }}
105105
version: 3.x

.github/workflows/test-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
echo "$ARDUINO_LINT_INSTALLATION_PATH" >> "$GITHUB_PATH"
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

0 commit comments

Comments
 (0)