From 5c9c8f2ccc67cd662f2b4d446b5e89d211f7be84 Mon Sep 17 00:00:00 2001 From: Ashley <73482956+ascopes@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:15:31 +0100 Subject: [PATCH] Use JDK 23 in deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8c5b49e4..e6d3a331 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -49,7 +49,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v4 with: - java-version: 22 + java-version: 23 distribution: 'temurin' server-id: ossrh server-username: OSSRH_USERNAME