From 3ca39008be4db5ad32b51b772e4ed36cb77d236a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 13:32:17 +0000 Subject: [PATCH 1/2] Bump arduino/setup-task from 2.0.0 to 3.0.0 Bumps [arduino/setup-task](https://github.com/arduino/setup-task) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/arduino/setup-task/releases) - [Commits](https://github.com/arduino/setup-task/compare/b91d5d2c96a56797b48ac1e0e89220bf64044611...c0bc642852239c2689f73f4ea6459c29405f3c52) --- updated-dependencies: - dependency-name: arduino/setup-task dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2eef843..1c70bfb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Install Task - uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2 + uses: arduino/setup-task@c0bc642852239c2689f73f4ea6459c29405f3c52 # v2 with: version: 3.x repo-token: ${{ secrets.ORG_GITHUB_TOKEN }} From 20bfa370d2f2548467d1e17c4e2b691265b5709f Mon Sep 17 00:00:00 2001 From: Farjaad <8631006+Farjaad@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:40:58 -0400 Subject: [PATCH 2/2] Apply suggestion from @Farjaad --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1c70bfb..71c598b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Install Task - uses: arduino/setup-task@c0bc642852239c2689f73f4ea6459c29405f3c52 # v2 + uses: arduino/setup-task@c0bc642852239c2689f73f4ea6459c29405f3c52 # v3.0.0 with: version: 3.x repo-token: ${{ secrets.ORG_GITHUB_TOKEN }}