Skip to content

Commit c1e9f18

Browse files
authored
Merge pull request #84 from arduino/dependabot/github_actions/arduino/setup-task-2
Bump arduino/setup-task from 1 to 2
2 parents d572072 + c0ed8be commit c1e9f18

10 files changed

+16
-16
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

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

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

+2-2
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
@@ -131,7 +131,7 @@ jobs:
131131
go-version: ${{ env.GO_VERSION }}
132132

133133
- name: Install Task
134-
uses: arduino/setup-task@v1
134+
uses: arduino/setup-task@v2
135135
with:
136136
repo-token: ${{ secrets.GITHUB_TOKEN }}
137137
version: 3.x

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

+4-4
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
@@ -108,7 +108,7 @@ jobs:
108108
go-version: ${{ env.GO_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
@@ -144,7 +144,7 @@ jobs:
144144
go-version: ${{ env.GO_VERSION }}
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
@@ -180,7 +180,7 @@ jobs:
180180
go-version: ${{ env.GO_VERSION }}
181181

182182
- name: Install Task
183-
uses: arduino/setup-task@v1
183+
uses: arduino/setup-task@v2
184184
with:
185185
repo-token: ${{ secrets.GITHUB_TOKEN }}
186186
version: 3.x

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
uses: xt0rted/markdownlint-problem-matcher@v2
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
@@ -103,7 +103,7 @@ jobs:
103103
node-version: ${{ env.NODE_VERSION }}
104104

105105
- name: Install Task
106-
uses: arduino/setup-task@v1
106+
uses: arduino/setup-task@v2
107107
with:
108108
repo-token: ${{ secrets.GITHUB_TOKEN }}
109109
version: 3.x

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
node-version: ${{ env.NODE_VERSION }}
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
@@ -63,7 +63,7 @@ jobs:
6363
node-version: ${{ env.NODE_VERSION }}
6464

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
node-version: ${{ env.NODE_VERSION }}
220220

221221
- name: Install Task
222-
uses: arduino/setup-task@v1
222+
uses: arduino/setup-task@v2
223223
with:
224224
repo-token: ${{ secrets.GITHUB_TOKEN }}
225225
version: 3.x

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: pip install poetry
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

.github/workflows/release-go-crosscompile-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
go-version: ${{ env.GO_VERSION }}
5757

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: pip install poetry
3333

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

0 commit comments

Comments
 (0)