diff --git a/.gitea/workflows/go.yaml b/.gitea/workflows/go.yaml index 61ced11..67f7fee 100644 --- a/.gitea/workflows/go.yaml +++ b/.gitea/workflows/go.yaml @@ -13,7 +13,7 @@ jobs: uses: https://gitea.com/actions/checkout@v4 - name: Set up Go - uses: https://gitea.com/actions/setup-go@v4 + uses: https://gitea.com/actions/setup-go@v3 with: go-version: 1.21 @@ -32,7 +32,7 @@ jobs: uses: https://gitea.com/actions/checkout@v4 - name: Set up Docker Buildx - uses: https://gitea.com/docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v3 - name: Build Docker image run: |