chore(deps): update actions/setup-java action to v4
Some checks failed
Build PR / Build and analyze (pull_request) Failing after 10s
Quality Check / Tests (pull_request) Successful in 43s
Quality Check / Checkstyle Main (pull_request) Successful in 34s

This commit is contained in:
Renovate 2024-09-27 09:14:31 +00:00
parent 750041a9eb
commit 6867a08c9e
2 changed files with 2 additions and 2 deletions

@ -18,7 +18,7 @@ jobs:
with: with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 21 - name: Set up JDK 21
uses: actions/setup-java@v1 uses: actions/setup-java@v4
with: with:
java-version: 21 java-version: 21
- name: Cache SonarQube packages - name: Cache SonarQube packages

@ -15,7 +15,7 @@ jobs:
with: with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 21 - name: Set up JDK 21
uses: actions/setup-java@v1 uses: actions/setup-java@v4
with: with:
java-version: 21 java-version: 21
- name: Cache SonarQube packages - name: Cache SonarQube packages