chore(deps): update actions/setup-java action to v4 #20

Closed
Renovate wants to merge 1 commits from renovate/actions-setup-java-4.x into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6867a08c9e - Show all commits

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

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