From 260c81d85fdcb7e35c68cdbef5938ee2abd418a4 Mon Sep 17 00:00:00 2001 From: liyp Date: Thu, 10 Apr 2025 14:55:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8act=E6=8F=90=E4=BE=9B?= =?UTF-8?q?=E7=9A=84checkout?= 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 9993336..b0c07a0 100644 --- a/.gitea/workflows/AutoGenerateREADME.yaml +++ b/.gitea/workflows/AutoGenerateREADME.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code (Gitea version) - uses: https://gitea.com/actions/checkout.git + uses: https://gitea.com/gitea/act/src/branch/master/actions/checkout@v3 with: fetch-depth: 0