Skip to content

Commit bcb73d6

Browse files
authored
Merge pull request #361 from carlosedp/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 92a1be2 + 9b11124 commit bcb73d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/Gradle-CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2222

2323
- name: Set up JDK 21
24-
uses: actions/setup-java@v4
24+
uses: actions/setup-java@v5
2525
with:
2626
distribution: "temurin"
2727
java-version: "21"

.github/workflows/Maven-CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
3232

3333
- name: Set up JDK 21
34-
uses: actions/setup-java@v4
34+
uses: actions/setup-java@v5
3535
with:
3636
distribution: "temurin"
3737
java-version: "21"

.github/workflows/Sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2626

2727
- name: Set up JDK 21
28-
uses: actions/setup-java@v4
28+
uses: actions/setup-java@v5
2929
with:
3030
distribution: "temurin"
3131
java-version: "21"

0 commit comments

Comments
 (0)