Skip to content

Commit 918222d

Browse files
authored
Merge pull request #930 from arduino/dependabot/github_actions/arduino/setup-task-2
build(deps): bump arduino/setup-task from 1 to 2
2 parents 945d9b7 + 51fb41b commit 918222d

9 files changed

+13
-13
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
node-version: ${{ env.NODE_VERSION }}
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-markdown-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: xt0rted/markdownlint-problem-matcher@v2
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
@@ -75,7 +75,7 @@ jobs:
7575
node-version: ${{ env.NODE_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/check-npm-dependencies-task.yml

Lines changed: 2 additions & 2 deletions
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
@@ -131,7 +131,7 @@ jobs:
131131
node-version: ${{ env.NODE_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-npm-task.yml

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

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

218218
- name: Install Task
219-
uses: arduino/setup-task@v1
219+
uses: arduino/setup-task@v2
220220
with:
221221
repo-token: ${{ secrets.GITHUB_TOKEN }}
222222
version: 3.x

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

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

5050
- name: Install Task
51-
uses: arduino/setup-task@v1
51+
uses: arduino/setup-task@v2
5252
with:
5353
repo-token: ${{ secrets.GITHUB_TOKEN }}
5454
version: 3.x

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
node-version: ${{ env.NODE_VERSION }}
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/spell-check-task.yml

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
node-version: ${{ env.NODE_VERSION }}
5858

5959
- name: Install Task
60-
uses: arduino/setup-task@v1
60+
uses: arduino/setup-task@v2
6161
with:
6262
repo-token: ${{ secrets.GITHUB_TOKEN }}
6363
version: 3.x
@@ -78,7 +78,7 @@ jobs:
7878
node-version: ${{ env.NODE_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

0 commit comments

Comments
 (0)