From 92a9d61007d4dad83d944d499f84db871d5cf21c Mon Sep 17 00:00:00 2001 From: chendelian <116870791@qq.com> Date: Tue, 24 Mar 2026 15:09:02 +0800 Subject: [PATCH] ci: use mirrored checkout action Switch workflow checkout step to internal Gitea mirrored actions-checkout to reduce external GitHub dependency and speed up setup. Made-with: Cursor --- .github/workflows/release_skill.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_skill.yaml b/.github/workflows/release_skill.yaml index 85468aa..05ea84f 100644 --- a/.github/workflows/release_skill.yaml +++ b/.github/workflows/release_skill.yaml @@ -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