From 41e4044a328865a4f29458d59a6126acb1af3b06 Mon Sep 17 00:00:00 2001 From: "MLLab.ai" <35863191+mllabai@users.noreply.github.com> Date: Mon, 20 May 2024 14:30:43 +0200 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6b4c840..83e63bd 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -19,13 +19,13 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: Set up JDK 17 - uses: actions/setup-java@v3 + - name: Set up JDK 21 + uses: actions/setup-java@v4 with: - java-version: '17' + java-version: '21' distribution: 'temurin' - name: Cache SonarQube packages uses: actions/cache@v1