Skip to content

Commit c9d5610

Browse files
authored
Merge pull request #456 from arduino/dependabot/github_actions/dot-github/workflows/arduino/setup-task-2
Bump arduino/setup-task from 1 to 2 in /.github/workflows
2 parents 4292e33 + 64cf215 commit c9d5610

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+66
-66
lines changed

.github/workflows/check-ci-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v4
3535

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

.github/workflows/check-clang-format.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
node-version: ${{ env.NODE_VERSION }}
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
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@v4
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
@@ -145,7 +145,7 @@ jobs:
145145
uses: actions/checkout@v4
146146

147147
- name: Install Task
148-
uses: arduino/setup-task@v1
148+
uses: arduino/setup-task@v2
149149
with:
150150
repo-token: ${{ secrets.GITHUB_TOKEN }}
151151
version: 3.x
@@ -205,7 +205,7 @@ jobs:
205205
uses: actions/checkout@v4
206206

207207
- name: Install Task
208-
uses: arduino/setup-task@v1
208+
uses: arduino/setup-task@v2
209209
with:
210210
repo-token: ${{ secrets.GITHUB_TOKEN }}
211211
version: 3.x
@@ -232,7 +232,7 @@ jobs:
232232
node-version: ${{ env.NODE_VERSION }}
233233

234234
- name: Install Task
235-
uses: arduino/setup-task@v1
235+
uses: arduino/setup-task@v2
236236
with:
237237
repo-token: ${{ secrets.GITHUB_TOKEN }}
238238
version: 3.x

.github/workflows/check-community-health-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v4
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-config-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

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

.github/workflows/check-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929

3030
- name: Install Task
31-
uses: arduino/setup-task@v1
31+
uses: arduino/setup-task@v2
3232
with:
3333
repo-token: ${{ secrets.GITHUB_TOKEN }}
3434
version: 3.x

.github/workflows/check-eslint.yml

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

4343
- name: Install Task
44-
uses: arduino/setup-task@v1
44+
uses: arduino/setup-task@v2
4545
with:
4646
repo-token: ${{ secrets.GITHUB_TOKEN }}
4747
version: 3.x

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v4
5050

5151
- name: Install Task
52-
uses: arduino/setup-task@v1
52+
uses: arduino/setup-task@v2
5353
with:
5454
repo-token: ${{ secrets.GITHUB_TOKEN }}
5555
version: 3.x
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/checkout@v4
7070

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

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

Lines changed: 1 addition & 1 deletion
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-issue-templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929

3030
- name: Install Task
31-
uses: arduino/setup-task@v1
31+
uses: arduino/setup-task@v2
3232
with:
3333
repo-token: ${{ secrets.GITHUB_TOKEN }}
3434
version: 3.x

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

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

7373
- name: Install Task
74-
uses: arduino/setup-task@v1
74+
uses: arduino/setup-task@v2
7575
with:
7676
repo-token: ${{ secrets.GITHUB_TOKEN }}
7777
version: 3.x

0 commit comments

Comments
 (0)