Skip to content

Commit 556890d

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.0.0...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 fd9441a commit 556890d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate-index.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v4
3535

3636
- name: Install Taskfile
37-
uses: arduino/setup-task@v1
37+
uses: arduino/setup-task@v2
3838

3939
- name: Install Python
4040
uses: actions/setup-python@v5

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
pattern: ${{ env.ARTIFACT_PREFIX }}*
221221

222222
- name: Install Taskfile
223-
uses: arduino/setup-task@v1
223+
uses: arduino/setup-task@v2
224224
with:
225225
repo-token: ${{ secrets.GITHUB_TOKEN }}
226226
version: 3.x

0 commit comments

Comments
 (0)