Skip to content

Commit 9ba39c7

Browse files
authored
Merge pull request #343 from nanotaboada/dependabot/github_actions/actions/setup-java-5.3.0
chore(deps): bump actions/setup-java from 5.2.0 to 5.3.0
2 parents 2a36944 + 311918d commit 9ba39c7

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@v6.0.2
2222

2323
- name: Set up OpenJDK ${{ env.JAVA_VERSION }}
24-
uses: actions/setup-java@v5.2.0
24+
uses: actions/setup-java@v5.3.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@v6
2323

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

0 commit comments

Comments
 (0)