ci(deploy): Checkout 단계를 actions/checkout@v4로 개선 #95

병합
HYOJIN feature/ISSUE-93-fix-cicd-pipeline 에서 develop 로 2 commits 를 머지했습니다 2026-03-25 09:38:08 +09:00
Showing only changes of commit f072fcc9a0 - Show all commits

파일 보기

@ -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: |