From d2a4fcf6d04ffed55ba448d2f7b160e9f32c8b0d Mon Sep 17 00:00:00 2001 From: Nicolas Roduit Date: Fri, 6 Dec 2024 16:03:36 +0100 Subject: [PATCH] Update github actions --- .github/workflows/build-installer.yml | 4 ++-- .github/workflows/maven.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-installer.yml b/.github/workflows/build-installer.yml index 86329d83d..cd397643b 100755 --- a/.github/workflows/build-installer.yml +++ b/.github/workflows/build-installer.yml @@ -16,7 +16,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: '22' + java-version: '23' cache: 'maven' - name: Build with Maven @@ -75,7 +75,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: '22' + java-version: '23' - name: Download weasis-native uses: actions/download-artifact@v4 diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index dc95cd17d..482d2e3ec 100755 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: '22' + java-version: '23' cache: 'maven' - name: Cache SonarCloud packages uses: actions/cache@v4