From a914819fbe715e4d848448177b12951c9fab9780 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:03:45 +0000 Subject: [PATCH] chore(deps): update arduino/setup-task action to v2 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 800f58b..4a785b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: go-version-file: ./go.mod - name: setup task - uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v1 + uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -50,7 +50,7 @@ jobs: go-version-file: 'go.mod' - name: setup task - uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v1 + uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -90,7 +90,7 @@ jobs: go-version-file: ./go.mod - name: setup task - uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v1 + uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }}