From b6a1850f4868205879cfa714230ccb87f09dd949 Mon Sep 17 00:00:00 2001 From: Jeffrey Hsu Date: Wed, 4 Feb 2026 23:06:18 +0800 Subject: [PATCH] Update checkout action URL in test.yaml to use the mirror repository --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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