From 58e04f9f5080f59975b4c3501240e0a19469d0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20H=C3=A9ritier?= Date: Mon, 3 Aug 2026 09:16:09 +0000 Subject: [PATCH] chore: replace arduino/setup-task with go-task/setup-task MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit arduino/setup-task is an unofficial fork; go-task/setup-task is the official action maintained by the go-task project. Bump to the latest release (v2.1.0) at the same time. Replaces all three occurrences across ci.yml (×2) and update-models.yml (×1). --- .github/workflows/ci.yml | 4 ++-- .github/workflows/update-models.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8b1adc3c..4f4bbbd85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: cache-dependency-path: go.sum - name: Install Task - uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2.0.0 + uses: go-task/setup-task@01a4adf9db2d14c1de7a560f09170b6e0df736aa # v2.1.0 with: version: 3.51.1 @@ -90,7 +90,7 @@ jobs: cache-dependency-path: go.sum - name: Install Task - uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2.0.0 + uses: go-task/setup-task@01a4adf9db2d14c1de7a560f09170b6e0df736aa # v2.1.0 with: version: 3.51.1 diff --git a/.github/workflows/update-models.yml b/.github/workflows/update-models.yml index cef9990fc..406ac04b1 100644 --- a/.github/workflows/update-models.yml +++ b/.github/workflows/update-models.yml @@ -27,7 +27,7 @@ jobs: cache-dependency-path: go.sum - name: Install Task - uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2.0.0 + uses: go-task/setup-task@01a4adf9db2d14c1de7a560f09170b6e0df736aa # v2.1.0 with: version: 3.51.1