Skip to content

Commit 5d1fa59

Browse files
[skip-changelog] Bump arduino/setup-task from 1 to 2 (#75)
Bumps [arduino/setup-task](https://github.com/arduino/setup-task) from 1 to 2. - [Release notes](https://github.com/arduino/setup-task/releases) - [Commits](arduino/setup-task@v1...v2) --- updated-dependencies: - dependency-name: arduino/setup-task dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 159376f commit 5d1fa59

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
@@ -54,7 +54,7 @@ jobs:
5454
uses: xt0rted/markdownlint-problem-matcher@v2
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
@@ -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-prettier-formatting-task.yml

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

218218
- name: Install Task
219-
uses: arduino/setup-task@v1
219+
uses: arduino/setup-task@v2
220220
with:
221221
repo-token: ${{ secrets.GITHUB_TOKEN }}
222222
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
@@ -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
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0
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

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

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