From 14ba24996770e337bb35c6ce84a63733983f6b74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 14:44:41 +0000 Subject: [PATCH] chore(deps): 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](https://github.com/arduino/setup-task/compare/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] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d150d7a..d7eca6f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -92,7 +92,7 @@ jobs: - name: Install Task if: steps.version.outputs.should_release == 'true' - uses: arduino/setup-task@v2 + uses: arduino/setup-task@v3 - name: Validate version metadata if: steps.version.outputs.should_release == 'true'