From 811cf2dfe5a3c1c5132320eb8e48c1ab1805441b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 07:13:58 +0100 Subject: [PATCH] chore(deps): update go-task/setup-task action to v2 (#5856) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/docs.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 895dfe2b..a8c11c9e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,7 +68,7 @@ jobs: cache: "pnpm" cache-dependency-path: "frontend/pnpm-lock.yaml" - name: Install Task - uses: go-task/setup-task@v1 + uses: go-task/setup-task@v2 - run: task build release: @@ -96,7 +96,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 - name: Install Task - uses: go-task/setup-task@v1 + uses: go-task/setup-task@v2 - run: task build:frontend - name: Login to Docker Hub uses: docker/login-action@v4 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6dfcfe23..d7cbf75e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 - name: Install Task - uses: go-task/setup-task@v1 + uses: go-task/setup-task@v2 - name: Build site run: task docs @@ -41,7 +41,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 - name: Install Task - uses: go-task/setup-task@v1 + uses: go-task/setup-task@v2 - name: Build site run: task docs - name: Upload static files as artifact