Skip to content

Commit 46a8b2b

Browse files
authored
Merge pull request #207 from nanotaboada/dependabot/github_actions/actions/setup-java-5.0.0
chore(deps): bump actions/setup-java from 4.7.1 to 5.0.0
2 parents ded5ae9 + 8a6b508 commit 46a8b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v5.0.0
2424

2525
- name: Set up OpenJDK ${{ env.JAVA_VERSION }}
26-
uses: actions/setup-java@v4.7.1
26+
uses: actions/setup-java@v5.0.0
2727
with:
2828
java-version: ${{ env.JAVA_VERSION }}
2929
distribution: "temurin"

0 commit comments

Comments
 (0)