From f33a1cc918baab1ca6bf395817cdcbec0c8da142 Mon Sep 17 00:00:00 2001 From: codex Date: Sun, 5 Apr 2026 22:42:48 +0800 Subject: [PATCH] Use local checkout action mirror --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5dcc908..cf0c4ec 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: linux-amd64 steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: http://debian.hellosu.top:3000/actions/checkout@v4 - name: Show workspace run: |