From 8aa9436e4db2148e97058ec685d85749a3e9ccfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 23:36:00 +0000 Subject: [PATCH] chore(deps): bump arduino/setup-task Bumps [arduino/setup-task](https://github.com/arduino/setup-task) from 24c5e13bce349197642746563945fcdf9355e8f4 to b91d5d2c96a56797b48ac1e0e89220bf64044611. - [Release notes](https://github.com/arduino/setup-task/releases) - [Commits](https://github.com/arduino/setup-task/compare/24c5e13bce349197642746563945fcdf9355e8f4...b91d5d2c96a56797b48ac1e0e89220bf64044611) --- updated-dependencies: - dependency-name: arduino/setup-task dependency-version: b91d5d2c96a56797b48ac1e0e89220bf64044611 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9724894..d55b9ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: cache: true - name: Install Task - uses: arduino/setup-task@24c5e13bce349197642746563945fcdf9355e8f4 # v2 + uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2 with: version: '3.x' repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8232563..9cf3230 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: go-version-file: 'go.mod' - name: Install Task - uses: arduino/setup-task@24c5e13bce349197642746563945fcdf9355e8f4 # v2 + uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2 with: version: '3.x' repo-token: ${{ secrets.GITHUB_TOKEN }}