From 6caa65b03eb2c6ce209be742d3ea300c4b1a8e77 Mon Sep 17 00:00:00 2001 From: Seyeop <76464525+non-cpu@users.noreply.github.com> Date: Thu, 16 May 2024 18:35:20 +0900 Subject: [PATCH] chore: Update ci.yml --- .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 65ce660..55c8646 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,10 @@ jobs: steps: - name: Checkout repository - 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: 'adopt' java-version: '17'