File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
steps :
27
27
- uses : actions/checkout@v2
28
28
- name : Set up JDK
29
- uses : actions/setup-java@v1
29
+ uses : actions/setup-java@v2
30
30
with :
31
31
java-version : ${{ matrix.java_version }}
32
32
# Value of the distributionManagement/repository/id field of the pom.xml
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@v2
25
25
- name : Set up JDK
26
- uses : actions/setup-java@v1
26
+ uses : actions/setup-java@v2
27
27
with :
28
28
java-version : ${{ matrix.java_version }}
29
29
- uses : actions/cache@v2.1.4
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v2
21
21
- name : Set up JDK 11
22
- uses : actions/setup-java@v1
22
+ uses : actions/setup-java@v2
23
23
with :
24
24
java-version : 11
25
25
# Value of the distributionManagement/repository/id field of the pom.xml
You can’t perform that action at this time.
0 commit comments