From bba9edfa471fac0cc52bd2506586d9eade4d7d2a Mon Sep 17 00:00:00 2001 From: Minsu Kim <86006389+minsu20@users.noreply.github.com> Date: Sat, 27 Jan 2024 15:47:00 +0900 Subject: [PATCH] =?UTF-8?q?=08deploy:=20=EB=B0=B0=ED=8F=AC=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-cicd.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/backend-cicd.yml b/.github/workflows/backend-cicd.yml index cb54336..5cbc30d 100644 --- a/.github/workflows/backend-cicd.yml +++ b/.github/workflows/backend-cicd.yml @@ -17,14 +17,13 @@ jobs: steps: # 소스 코드 체크아웃 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - # JDK 17 설정 - - name: Set up JDK 17 - uses: actions/setup-java@v2 + - name: Setup JDK 17 + uses: actions/setup-java@v3 with: java-version: '17' - distribution: 'adopt' + distribution: 'corretto' # Gradle 패키지 캐시 - name: Gradle Caching