From 699b9ab757760e1bc66385b631e3ea771309c017 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:53:35 +0000 Subject: [PATCH] Update actions/setup-java action to v4 --- .github/workflows/maven.yml | 2 +- .github/workflows/sonar.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 64148c1..50b429c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Set up JDK 17 - uses: actions/setup-java@v3.3.0 + uses: actions/setup-java@v4.2.2 with: java-version: 17 distribution: 'adopt' diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 9cb9d28..aac3d88 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -16,7 +16,7 @@ jobs: 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.3.0 + uses: actions/setup-java@v4.2.2 with: java-version: 17 distribution: 'adopt'