Skip to content

Commit 0874bc8

Browse files
authored
Merge pull request #287 from arduino/dependabot/github_actions/arduino/setup-task-2
build(deps): bump arduino/setup-task from 1 to 2
2 parents 63c437d + 9f31183 commit 0874bc8

12 files changed

+16
-16
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
node-version: ${{ env.NODE_VERSION }}
6868

6969
- name: Install Task
70-
uses: arduino/setup-task@v1
70+
uses: arduino/setup-task@v2
7171
with:
7272
repo-token: ${{ secrets.GITHUB_TOKEN }}
7373
version: 3.x

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v4
4747

4848
- name: Install Task
49-
uses: arduino/setup-task@v1
49+
uses: arduino/setup-task@v2
5050
with:
5151
repo-token: ${{ secrets.GITHUB_TOKEN }}
5252
version: 3.x
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/checkout@v4
6565

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v4
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

.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
@@ -68,7 +68,7 @@ jobs:
6868
node-version: ${{ env.NODE_VERSION }}
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
@@ -91,7 +91,7 @@ jobs:
9191
node-version: ${{ env.NODE_VERSION }}
9292

9393
- name: Install Task
94-
uses: arduino/setup-task@v1
94+
uses: arduino/setup-task@v2
9595
with:
9696
repo-token: ${{ secrets.GITHUB_TOKEN }}
9797
version: 3.x

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
node-version: ${{ env.NODE_VERSION }}
246246

247247
- name: Install Task
248-
uses: arduino/setup-task@v1
248+
uses: arduino/setup-task@v2
249249
with:
250250
repo-token: ${{ secrets.GITHUB_TOKEN }}
251251
version: 3.x

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
poetry
7878
7979
- name: Install Task
80-
uses: arduino/setup-task@v1
80+
uses: arduino/setup-task@v2
8181
with:
8282
repo-token: ${{ secrets.GITHUB_TOKEN }}
8383
version: 3.x
@@ -109,7 +109,7 @@ jobs:
109109
poetry
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-toc-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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-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
@@ -105,7 +105,7 @@ jobs:
105105
poetry
106106
107107
- name: Install Task
108-
uses: arduino/setup-task@v1
108+
uses: arduino/setup-task@v2
109109
with:
110110
repo-token: ${{ secrets.GITHUB_TOKEN }}
111111
version: 3.x

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
poetry
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

.github/workflows/test-python-poetry-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
poetry
8383
8484
- name: Install Task
85-
uses: arduino/setup-task@v1
85+
uses: arduino/setup-task@v2
8686
with:
8787
repo-token: ${{ secrets.GITHUB_TOKEN }}
8888
version: 3.x

0 commit comments

Comments
 (0)