Skip to content

Commit d8988bb

Browse files
build(deps): 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 dda7770 commit d8988bb

5 files changed

+6
-6
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jobs:
320320
go-version: ${{ env.GO_VERSION }}
321321

322322
- name: Install Taskfile
323-
uses: arduino/setup-task@v1
323+
uses: arduino/setup-task@v2
324324
with:
325325
repo-token: ${{ secrets.GITHUB_TOKEN }}
326326
version: 3.x
@@ -438,7 +438,7 @@ jobs:
438438
go-version: ${{ env.GO_VERSION }}
439439

440440
- name: Install Task
441-
uses: arduino/setup-task@v1
441+
uses: arduino/setup-task@v2
442442
with:
443443
repo-token: ${{ secrets.GITHUB_TOKEN }}
444444
version: 3.x

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
go-version: ${{ env.GO_VERSION }}
7272

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

.github/workflows/i18n-nightly-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
go-version: ${{ env.GO_VERSION }}
3030

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

.github/workflows/i18n-weekly-pull.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
go-version: ${{ env.GO_VERSION }}
3030

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

.github/workflows/themes-weekly-pull.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
go-version: ${{ env.GO_VERSION }}
3232

3333
- name: Install Task
34-
uses: arduino/setup-task@v1
34+
uses: arduino/setup-task@v2
3535
with:
3636
repo-token: ${{ secrets.GITHUB_TOKEN }}
3737
version: 3.x

0 commit comments

Comments
 (0)