Skip to content

Commit af3c151

Browse files
Bump arduino/setup-task from 1 to 2
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] <[email protected]>
1 parent c563e77 commit af3c151

7 files changed

+11
-11
lines changed

Diff for: .github/workflows/build-dummy-discovery.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Install Taskfile
18-
uses: arduino/setup-task@v1
18+
uses: arduino/setup-task@v2
1919
with:
2020
repo-token: ${{ secrets.GITHUB_TOKEN }}
2121
version: 3.x

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

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

Diff for: .github/workflows/check-go-dependencies-task.yml

+2-2
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

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

+4-4
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

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

+1-1
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

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

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

Diff for: .github/workflows/test-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
go-version: ${{ env.GO_VERSION }}
8383

8484
- name: Install Task
85-
uses: arduino/setup-task@v1
85+
uses: arduino/setup-task@v2
8686
with:
8787
repo-token: ${{ secrets.GITHUB_TOKEN }}
8888
version: 3.x

0 commit comments

Comments
 (0)