Skip to content

Commit fbfced7

Browse files
Update actions/setup-java action to v5
1 parent 4aae180 commit fbfced7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/maven-pr-analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
# Set up environment with Java and Maven
3232
- name: Set up JDK
33-
uses: actions/setup-java@v4
33+
uses: actions/setup-java@v5
3434
with:
3535
java-version: 17
3636
distribution: temurin

.github/workflows/maven-publish-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
# Set up environment with Java and Maven
3232
- name: Set up JDK 11
33-
uses: actions/setup-java@v4
33+
uses: actions/setup-java@v5
3434
with:
3535
java-version: 11
3636
distribution: temurin

.github/workflows/maven-publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# Set up environment with Java and Maven
2828
- name: Set up JDK
29-
uses: actions/setup-java@v4
29+
uses: actions/setup-java@v5
3030
with:
3131
java-version: 11
3232
distribution: temurin

.github/workflows/onPushSimpleTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Set up JDK
30-
uses: actions/setup-java@v4
30+
uses: actions/setup-java@v5
3131
with:
3232
java-version: 11
3333
distribution: temurin

0 commit comments

Comments
 (0)