From 30322f18fb2ee4b58d6b3de0c5d67a38adc7bce5 Mon Sep 17 00:00:00 2001 From: cheney Date: Thu, 16 Apr 2026 21:32:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=20github=20=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-deploy.yml b/.gitea/workflows/build-deploy.yml index 43be187..b13a21b 100644 --- a/.gitea/workflows/build-deploy.yml +++ b/.gitea/workflows/build-deploy.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: gitea/checkout@v4 - name: Install Bun run: |