From c40266f7d782357840ec879e1b42e54f8d219850 Mon Sep 17 00:00:00 2001 From: liyp Date: Sat, 12 Apr 2025 15:50:57 +0800 Subject: [PATCH] =?UTF-8?q?Release=20v1.4.0=20=E6=B5=8B=E8=AF=95=E7=94=9F?= =?UTF-8?q?=E6=88=90readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/AutoGenerateREADME.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/AutoGenerateREADME.yaml b/.gitea/workflows/AutoGenerateREADME.yaml index 4556576..5f32f9d 100644 --- a/.gitea/workflows/AutoGenerateREADME.yaml +++ b/.gitea/workflows/AutoGenerateREADME.yaml @@ -12,7 +12,7 @@ jobs: # 以下是steps steps: - name: 检出仓库 - uses: https://gitee.com/actions-mirror/checkout@v4 + uses: https://git.linuxacme.com/iorebuild/checkout@v4 with: fetch-depth: 0 # 启用子模块支持