Skip to content

Commit 1f5d786

Browse files
authored
Merge pull request #429 from arduino/dependabot/github_actions/arduino/setup-task-2
Bump arduino/setup-task from 1 to 2
2 parents 8243ad7 + 4756c4a commit 1f5d786

10 files changed

+13
-13
lines changed

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

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

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

Lines changed: 2 additions & 2 deletions
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-order-metadata-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
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/check-prettier-formatting-task.yml

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: pip install poetry
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
@@ -105,7 +105,7 @@ jobs:
105105
run: pip install 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/check-toc-task.yml

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

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

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

Lines changed: 1 addition & 1 deletion
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/spell-check-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: pip install poetry
5959

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

0 commit comments

Comments
 (0)