Skip to content

Commit 9e4b6ff

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-4
2 parents b200b4d + e366b7d commit 9e4b6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Set up JDK 17
28-
uses: actions/setup-java@v3
28+
uses: actions/setup-java@v4
2929
with:
3030
java-version: '17'
3131
distribution: 'temurin'

0 commit comments

Comments
 (0)