From 9eabf17908d554cdef582fd328eb422240a8a303 Mon Sep 17 00:00:00 2001 From: zhilv Date: Thu, 28 May 2026 23:57:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=20actions/checkout@v4?= =?UTF-8?q?=20(Gitea=20Actions=20=E4=BC=9A=E8=87=AA=E5=8A=A8=20clone?= =?UTF-8?q?=EF=BC=8C=E4=B8=94=E6=97=A0=E6=B3=95=E8=AE=BF=E9=97=AE=20GitHub?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- .gitea/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index a516ebc..8c18a3f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -9,8 +9,6 @@ jobs: build-and-release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - name: Setup Node.js uses: actions/setup-node@v4 with: