From f072fcc9a0991619cd09ea6b2650a87f3fa0e48d Mon Sep 17 00:00:00 2001 From: HYOJIN Date: Wed, 25 Mar 2026 09:36:30 +0900 Subject: [PATCH] =?UTF-8?q?ci(deploy):=20Checkout=20=EB=8B=A8=EA=B3=84?= =?UTF-8?q?=EB=A5=BC=20actions/checkout@v4=EB=A1=9C=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitea/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0c8f923..3a1c7c7 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -12,9 +12,7 @@ jobs: image: maven:3.9-eclipse-temurin-17 steps: - name: Checkout - run: | - git clone --depth=1 --branch=${GITHUB_REF_NAME} \ - http://gitea:3000/${GITHUB_REPOSITORY}.git . + uses: actions/checkout@v4 - name: Configure Maven settings run: |