ci: use mirrored checkout action
All checks were successful
技能自动化发布 (测试版-无鉴权) / build-and-deploy (push) Successful in 11s

Switch workflow checkout step to internal Gitea mirrored actions-checkout to reduce external GitHub dependency and speed up setup.

Made-with: Cursor
This commit is contained in:
2026-03-24 15:09:02 +08:00
parent 16b3f50dac
commit 92a9d61007

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# 1. 下载源码
- uses: actions/checkout@v3
- uses: http://120.25.191.12:3000/admin/actions-checkout@v4
# 2. 环境及工具准备
- name: Setup Tools