From b265b12f8eb295fc848b1bf5504ed84799375074 Mon Sep 17 00:00:00 2001 From: acrylic-style Date: Mon, 4 Nov 2024 12:06:37 +0900 Subject: [PATCH] Use Java 21 --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 388a1b5..f4a4168 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,11 +16,11 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v3 - - name: Set up JDK 17 - uses: actions/setup-java@v3 + - uses: actions/checkout@v4 + - name: Set up JDK 21 + uses: actions/setup-java@v4 with: - java-version: '17' + java-version: '21' distribution: 'temurin' - name: Prepare gradle.properties run: |