From 733ed1256e9b1c91a8a172cb3dff4b59056d2bc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 22:28:19 +0000 Subject: [PATCH] chore(deps): update arduino/setup-task action to v3 | datasource | package | from | to | | ----------- | ------------------ | ------ | ------ | | github-tags | arduino/setup-task | v2.0.0 | v3.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 62445da..8e1db39 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - name: Install Task - uses: arduino/setup-task@v2 + uses: arduino/setup-task@v3.0.0 - name: Install Dagger env: # renovate: datasource=github-tags depName=dagger/dagger versioning=semver