From e0844e005c3d0da3e0f5c00e035243cae4f5b91c Mon Sep 17 00:00:00 2001 From: sisby-folk Date: Sun, 28 Jul 2024 00:10:42 +1000 Subject: [PATCH] use jdk 21 actions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 340e638..37aecac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,10 +23,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Setup JDK 17 + - name: Setup JDK 21 uses: actions/setup-java@v1 with: - java-version: 17 + java-version: 21 - name: Ensure gradlew is executable run: chmod +x gradlew