diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index dd1ff88..51a1124 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: cache: pnpm - name: Setup Task uses: https://git.quad4.io/actions/setup-task@0ab1b2a65bc55236a3bc64cde78f80e20e8885c2 # v1 + with: + version: '3.46.3' - name: Setup environment run: task setup - name: Install dependencies @@ -62,5 +64,7 @@ jobs: go-version: '1.25.5' - name: Setup Task uses: https://git.quad4.io/actions/setup-task@0ab1b2a65bc55236a3bc64cde78f80e20e8885c2 # v1 + with: + version: '3.46.3' - name: Build backend run: task build:backend