Skip to content

Commit 438db04

Browse files
authored
Merge pull request #89 from arduino/dependabot/github_actions/arduino/setup-task-2
Bump arduino/setup-task from 1 to 2
2 parents 2d6ad6a + 23e4ba7 commit 438db04

8 files changed

+13
-13
lines changed

Diff for: .github/workflows/check-markdown-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: xt0rted/markdownlint-problem-matcher@v2
8484

8585
- name: Install Task
86-
uses: arduino/setup-task@v1
86+
uses: arduino/setup-task@v2
8787
with:
8888
repo-token: ${{ secrets.GITHUB_TOKEN }}
8989
version: 3.x
@@ -108,7 +108,7 @@ jobs:
108108
node-version: ${{ env.NODE_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

Diff for: .github/workflows/check-npm-task.yml

+2-2
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
@@ -107,7 +107,7 @@ jobs:
107107
node-version: ${{ env.NODE_VERSION }}
108108

109109
- name: Install Task
110-
uses: arduino/setup-task@v1
110+
uses: arduino/setup-task@v2
111111
with:
112112
repo-token: ${{ secrets.GITHUB_TOKEN }}
113113
version: 3.x

Diff for: .github/workflows/check-poetry-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: pip install poetry
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
@@ -97,7 +97,7 @@ jobs:
9797
run: pip install poetry
9898

9999
- name: Install Task
100-
uses: arduino/setup-task@v1
100+
uses: arduino/setup-task@v2
101101
with:
102102
repo-token: ${{ secrets.GITHUB_TOKEN }}
103103
version: 3.x

Diff for: .github/workflows/check-prettier-formatting-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
node-version: ${{ env.NODE_VERSION }}
249249

250250
- name: Install Task
251-
uses: arduino/setup-task@v1
251+
uses: arduino/setup-task@v2
252252
with:
253253
repo-token: ${{ secrets.GITHUB_TOKEN }}
254254
version: 3.x

Diff for: .github/workflows/check-python-task.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: pip install poetry
8484

8585
- name: Install Task
86-
uses: arduino/setup-task@v1
86+
uses: arduino/setup-task@v2
8787
with:
8888
repo-token: ${{ secrets.GITHUB_TOKEN }}
8989
version: 3.x
@@ -114,7 +114,7 @@ jobs:
114114
run: pip install poetry
115115

116116
- name: Install Task
117-
uses: arduino/setup-task@v1
117+
uses: arduino/setup-task@v2
118118
with:
119119
repo-token: ${{ secrets.GITHUB_TOKEN }}
120120
version: 3.x
@@ -145,7 +145,7 @@ jobs:
145145
run: pip install poetry
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

Diff for: .github/workflows/check-toc-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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

Diff for: .github/workflows/spell-check-task.yml

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

Diff for: .github/workflows/test-python-poetry-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: pip install poetry
8686

8787
- name: Install Task
88-
uses: arduino/setup-task@v1
88+
uses: arduino/setup-task@v2
8989
with:
9090
repo-token: ${{ secrets.GITHUB_TOKEN }}
9191
version: 3.x

0 commit comments

Comments
 (0)