Skip to content

Commit 9949e4e

Browse files
authored
Merge pull request #25 from hteppl/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2 parents 4da37e5 + 904c0a6 commit 9949e4e

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
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up JDK 17
19-
uses: actions/setup-java@v3
19+
uses: actions/setup-java@v4
2020
with:
2121
java-version: 17
2222
distribution: "zulu"

0 commit comments

Comments
 (0)