From 40cd34d926c6be1eb129b5d300d524d4c1232fe6 Mon Sep 17 00:00:00 2001 From: Mihye <92644651+mmihye@users.noreply.github.com> Date: Thu, 23 May 2024 03:14:04 +0900 Subject: [PATCH] Update CI.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 버전 업데이트 --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cc77152..7436ad6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -12,10 +12,10 @@ jobs: steps: - name: 체크아웃 - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'corretto' java-version: '17'