From e3a6b824e255887432fc72a84a3bd75ba08f49c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 10:09:52 +0000 Subject: [PATCH] build(deps): 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](https://github.com/arduino/setup-task/compare/v1...v2) --- updated-dependencies: - dependency-name: arduino/setup-task dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index eb003ce..3414584 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -27,7 +27,7 @@ jobs: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.60.3 - name: Install Task - uses: arduino/setup-task@v1 + uses: arduino/setup-task@v2 with: version: 3.x repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -67,7 +67,7 @@ jobs: go-version: '1.23' # Specify the Go version you need - name: Install Task - uses: arduino/setup-task@v1 + uses: arduino/setup-task@v2 with: version: '3.x' repo-token: ${{ secrets.GITHUB_TOKEN }}