From fa4fc86b359041573894f7f11677bdafb4d70bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 19:52:45 +0000 Subject: [PATCH] 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/run-goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-goreleaser.yml b/.github/workflows/run-goreleaser.yml index 25ea980..7e87ced 100644 --- a/.github/workflows/run-goreleaser.yml +++ b/.github/workflows/run-goreleaser.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Install Task - uses: arduino/setup-task@v2 + uses: arduino/setup-task@v3 - uses: actions/setup-go@v6 with: