Skip to content

Commit 1fe025c

Browse files
authored
Merge pull request #173 from ljacqu/dependabot/github_actions/master/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 6c97ff1 + a803552 commit 1fe025c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5
1515
- name: Set up Java
16-
uses: actions/setup-java@v4
16+
uses: actions/setup-java@v5
1717
with:
1818
java-version: ${{ matrix.java }}
1919
distribution: 'adopt'

0 commit comments

Comments
 (0)