From fc24151cc7190da346620c207f1121204bbaa074 Mon Sep 17 00:00:00 2001 From: zhangchao Date: Thu, 31 Oct 2024 19:49:02 +0800 Subject: [PATCH] user gitea --- .gitea/workflows/go.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/go.yaml b/.gitea/workflows/go.yaml index 3d230d3..61ced11 100644 --- a/.gitea/workflows/go.yaml +++ b/.gitea/workflows/go.yaml @@ -10,10 +10,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: https://gitea.com/actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: https://gitea.com/actions/setup-go@v4 with: go-version: 1.21 @@ -29,10 +29,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: https://gitea.com/actions/checkout@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: https://gitea.com/docker/setup-buildx-action@v3 - name: Build Docker image run: |