File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 34
34
path : ~/.m2/repository
35
35
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
36
36
restore-keys : ${{ runner.os }}-maven-
37
- - name : Setup Java JDK
38
- uses : actions/setup-java@v1.4.3
37
+ - name : Setup Java
38
+ uses : actions/setup-java@v2
39
39
with :
40
+ distribution : ' zulu'
40
41
java-version : 11
41
42
- name : run pitest
42
43
# pitest has been bound to a profile called pitest for normal running
Original file line number Diff line number Diff line change 26
26
steps :
27
27
- name : debug
28
28
uses : hmarr/debug-action@v2
29
- - name : Setup Java JDK
30
- uses : actions/setup-java@v1.4.3
29
+ - name : Setup Java
30
+ uses : actions/setup-java@v2
31
31
with :
32
+ distribution : ' zulu'
32
33
java-version : 11
33
34
- name : Download artifact
34
35
uses : dawidd6/action-download-artifact@v2
You can’t perform that action at this time.
0 commit comments