Skip to content

Commit 01c9b55

Browse files
author
games647
authored
Merge pull request #545 from games647/dependabot/github_actions/actions/setup-java-2.1.0
Bump actions/setup-java from 1.4.3 to 2.1.0
2 parents 4cf6605 + 11c38bd commit 01c9b55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ jobs:
3636
3737
# Setup Java
3838
- name: Set up JDK
39-
uses: actions/setup-java@v1.4.3
39+
uses: actions/setup-java@v2.1.0
4040
with:
41+
distribution: 'adopt'
4142
# Use Java 11, because it's minimum required version
4243
java-version: 11
4344

0 commit comments

Comments
 (0)