Skip to content

Commit 77c85b0

Browse files
Bump actions/setup-java from 1 to 2.1.0 (#78)
* Bump actions/setup-java from 1 to 2.1.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.1.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v1...v2.1.0) Signed-off-by: dependabot[bot] <[email protected]> * fix setup java upgrade Signed-off-by: Olivier Lamy <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Olivier Lamy <[email protected]>
1 parent 64017a3 commit 77c85b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
maven-${{ matrix.os }}-
4545
4646
- name: Set up JDK
47-
uses: actions/setup-java@v1
47+
uses: actions/setup-java@v2.1.0
4848
with:
49+
distribution: adopt
4950
java-version: ${{ matrix.java }}
5051

5152
- name: Build with Maven

0 commit comments

Comments
 (0)