From e76e167c60e6fb60510432401c5ed374b143e8ce Mon Sep 17 00:00:00 2001 From: Chaeyeon <20190993@sungshin.ac.kr> Date: Tue, 9 May 2023 01:09:25 +0900 Subject: [PATCH] =?UTF-8?q?[DOCS]=20pr=20checker=20Java=20=EB=B2=84?= =?UTF-8?q?=EC=A0=84=2017=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr_checker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_checker.yml b/.github/workflows/pr_checker.yml index fea27e9..030237f 100644 --- a/.github/workflows/pr_checker.yml +++ b/.github/workflows/pr_checker.yml @@ -20,10 +20,10 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }} restore-keys: | ${{ runner.os }}-gradle- - - name: set up JDK 11 + - name: set up JDK 17 uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'temurin' cache: gradle