Update checkout action URL in test.yaml to use version 6
Some checks failed
Gitea CTest Workflow / test (push) Failing after 42s

This commit is contained in:
2026-02-04 23:55:46 +08:00
parent 9a8260a3b6
commit 6f30721f1b

View File

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