diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index d5e1e3c..0047798 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: steps: # 显式使用 gitea.com 上的 checkout 镜像 - name: Checkout Code - uses: https://gitea.com/actions/checkout@v4 + uses: https://git.dev.cereflow.cn/mirror/checkout@v4 with: # 对于镜像仓库,建议显式指定 fetch-depth 确保获取完整历史(如果需要) fetch-depth: 1