Skip to content

Commit 071a1ad

Browse files
Bump arduino/setup-task from 2 to 3
Bumps [arduino/setup-task](https://github.com/arduino/setup-task) from 2 to 3. - [Release notes](https://github.com/arduino/setup-task/releases) - [Commits](arduino/setup-task@v2...v3) --- updated-dependencies: - dependency-name: arduino/setup-task dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b127d3c commit 071a1ad

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/check-general-formatting-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v7
2626

2727
- name: Install Task
28-
uses: arduino/setup-task@v2
28+
uses: arduino/setup-task@v3
2929
with:
3030
repo-token: ${{ secrets.GITHUB_TOKEN }}
3131
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@v7
208208

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

.github/workflows/check-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
go-version: ${{ env.GO_VERSION }}
4040

4141
- name: Install Taskfile
42-
uses: arduino/setup-task@v2
42+
uses: arduino/setup-task@v3
4343
with:
4444
repo-token: ${{ secrets.GITHUB_TOKEN }}
4545
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@v7
2727

2828
- name: Install Task
29-
uses: arduino/setup-task@v2
29+
uses: arduino/setup-task@v3
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@v2
78+
uses: arduino/setup-task@v3
7979
with:
8080
repo-token: ${{ secrets.GITHUB_TOKEN }}
8181
version: 3.x

0 commit comments

Comments
 (0)