From 62b4d128faf13a6afab99ef4c113b54ae70e3371 Mon Sep 17 00:00:00 2001 From: wugawuga Date: Mon, 15 Jan 2024 11:47:35 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20ci-cd=20jdk=20=EB=B2=84=EC=A0=84=2021?= =?UTF-8?q?=EB=A1=9C=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd-be.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd-be.yml b/.github/workflows/cicd-be.yml index 055b7176..717912ae 100644 --- a/.github/workflows/cicd-be.yml +++ b/.github/workflows/cicd-be.yml @@ -20,8 +20,8 @@ jobs: - name: Set up JDK11 uses: actions/setup-java@v3 with: - distribution: 'temurin' - java-version: '11' + distribution: 'corretto' + java-version: '21' - name: Gradle 캐싱 uses: actions/cache@v3