Skip to content

Commit e1ef88a

Browse files
authored
1 parent 1c7153d commit e1ef88a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
3939

4040
- name: 2. Set up Java ${{ matrix.java }}
41-
uses: actions/setup-java@v1
41+
uses: actions/setup-java@v2
4242
with:
43+
distribution: 'zulu'
4344
java-version: ${{ matrix.java }}
4445

4546
- name: 3. Build on Java ${{ matrix.java }}
@@ -65,8 +66,9 @@ jobs:
6566
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
6667

6768
- name: Set up Java 8
68-
uses: actions/setup-java@v1
69+
uses: actions/setup-java@v2
6970
with:
71+
distribution: 'zulu'
7072
java-version: 8
7173

7274
- name: Build and publish to Bintray/MavenCentral

0 commit comments

Comments
 (0)