Skip to content

Commit 0303430

Browse files
authored
Merge pull request #351 from OWASP-Benchmark/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents eb87c89 + 9b45fb6 commit 0303430

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
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414
- name: Set up JDK 11
15-
uses: actions/setup-java@v4
15+
uses: actions/setup-java@v5
1616
with:
1717
java-version: '11'
1818
distribution: 'zulu'

0 commit comments

Comments
 (0)