Skip to content

Commit a85b6fb

Browse files
authored
Merge pull request #59 from arduino/dependabot/github_actions/arduino/setup-task-2
Bump arduino/setup-task from 1 to 2
2 parents 12705c2 + 46ed125 commit a85b6fb

9 files changed

+14
-14
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
go-version: ${{ env.GO_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
go-version: ${{ env.GO_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-go-task.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
go-version: ${{ env.GO_VERSION }}
3939

4040
- name: Install Task
41-
uses: arduino/setup-task@v1
41+
uses: arduino/setup-task@v2
4242
with:
4343
repo-token: ${{ secrets.GITHUB_TOKEN }}
4444
version: 3.x
@@ -59,7 +59,7 @@ jobs:
5959
go-version: ${{ env.GO_VERSION }}
6060

6161
- name: Install Task
62-
uses: arduino/setup-task@v1
62+
uses: arduino/setup-task@v2
6363
with:
6464
repo-token: ${{ secrets.GITHUB_TOKEN }}
6565
version: 3.x
@@ -83,7 +83,7 @@ jobs:
8383
go-version: ${{ env.GO_VERSION }}
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
@@ -107,7 +107,7 @@ jobs:
107107
go-version: ${{ env.GO_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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: xt0rted/markdownlint-problem-matcher@v2
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
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@v4
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/check-prettier-formatting-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
uses: actions/checkout@v4
208208

209209
- name: Install Task
210-
uses: arduino/setup-task@v1
210+
uses: arduino/setup-task@v2
211211
with:
212212
repo-token: ${{ secrets.GITHUB_TOKEN }}
213213
version: 3.x

.github/workflows/check-workflows-task.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-yaml-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: pip install poetry
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/publish-go-tester-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
uses: actions/checkout@v4
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

.github/workflows/release-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
changelog-file-path: "${{ env.DIST_DIR }}/CHANGELOG.md"
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

.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

0 commit comments

Comments
 (0)