Skip to content

Commit a2f1350

Browse files
authored
Merge pull request #254 from nanotaboada/dependabot/github_actions/actions/setup-java-5.2.0
chore(deps): bump actions/setup-java from 5.1.0 to 5.2.0
2 parents 1badfad + f122fa2 commit a2f1350

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.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.0.2
2323

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

0 commit comments

Comments
 (0)