Skip to content

Commit 9a299d4

Browse files
authored
Merge pull request #117 from Commonjava/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 3 to 5
2 parents c73d033 + ca3e051 commit 9a299d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939

4040
- name: Set up JDK 11 for x64
41-
uses: actions/setup-java@v3
41+
uses: actions/setup-java@v5
4242
with:
4343
java-version: '11'
4444
distribution: 'temurin'

0 commit comments

Comments
 (0)