From 31f57b4c281636375530a148400627e9ed9caa92 Mon Sep 17 00:00:00 2001 From: Phillip Wirth Date: Fri, 20 Dec 2024 17:04:38 +0100 Subject: [PATCH] update java version to 23 in gh action --- .github/workflows/build-and-push-container-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-push-container-image.yml b/.github/workflows/build-and-push-container-image.yml index 74e63de..d645eea 100644 --- a/.github/workflows/build-and-push-container-image.yml +++ b/.github/workflows/build-and-push-container-image.yml @@ -25,10 +25,10 @@ jobs: id: extract_ref shell: bash run: echo "git_ref_name=$(echo ${GITHUB_REF##*/})" >> $GITHUB_ENV - - name: Set up JDK 21 + - name: Set up JDK 23 uses: actions/setup-java@v4 with: - java-version: 21 + java-version: 23 distribution: temurin cache: maven - name: Log in to the Container registry