From 2a7c835713780b689ecab81ec8055f1fd6cf978d Mon Sep 17 00:00:00 2001 From: mengning Date: Fri, 19 Dec 2025 07:27:16 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/ci.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 760173f..875756a 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🔍 Check out repository code - uses: actions/checkout@v4 + uses: https://devstar.cn/actions/checkout@v4 - name: 🔧 Test Codes and Build an Artifact run: | set -e # 任何命令失败都停止执行