From 87ae036d5046a56f28a19008d78e0a36c57b4f68 Mon Sep 17 00:00:00 2001 From: Ken Date: Wed, 27 May 2026 23:08:17 +0000 Subject: [PATCH] fix: use Gitea's official checkout action mirror MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit actions/checkout@v4 from GitHub is unreachable. Use the official Gitea mirror at http://gitea.com/actions/checkout@v4. 🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com> --- .gitea/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c4097be..1df3aea 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,8 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - run: | - git clone --depth 1 --branch ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }}.git . + uses: http://gitea.com/actions/checkout@v4 - name: Build and deploy run: |