From 7ba9f22a830777a20153ea4405945186d15a4d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=84=9C=EC=A7=80?= <103797531+choiseoji@users.noreply.github.com> Date: Fri, 13 Sep 2024 21:44:22 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20fix:=20JDV=2017=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CICD.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index b52a3a9..21863e7 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -16,10 +16,10 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Install JDK 11 + - name: Install JDK 17 uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'temurin' - name: Grant execute permissions to Gradle Wrapper