Skip to content

Commit 99e98c6

Browse files
authored
Merge pull request #361 from nanotaboada/dependabot/github_actions/actions/setup-java-5.7.0
chore(deps): bump actions/setup-java from 5.6.0 to 6.0.0
2 parents 15f1927 + 1f91dfe commit 99e98c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v7
2222

2323
- name: Set up OpenJDK ${{ env.JAVA_VERSION }}
24-
uses: actions/setup-java@v5.6.0
24+
uses: actions/setup-java@v6.0.0
2525
with:
2626
java-version: ${{ env.JAVA_VERSION }}
2727
distribution: "temurin"

.github/workflows/maven-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v7
2323

2424
- name: Set up OpenJDK ${{ env.JAVA_VERSION }}
25-
uses: actions/setup-java@v5.6.0
25+
uses: actions/setup-java@v6.0.0
2626
with:
2727
java-version: ${{ env.JAVA_VERSION }}
2828
distribution: "temurin"

0 commit comments

Comments
 (0)