Skip to content

Commit 0103022

Browse files
authored
Merge pull request #239 from nanotaboada/dependabot/github_actions/actions/setup-java-5.1.0
chore(deps): bump actions/setup-java from 5.0.0 to 5.1.0
2 parents 6ad9ecb + 10f2d6f commit 0103022

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@v6.0.1
2424

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

0 commit comments

Comments
 (0)