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 24
24
env :
25
25
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
26
26
steps :
27
- - uses : actions/checkout@v2.3.4
27
+ - uses : actions/checkout@v2.3.5
28
28
- name : Set up JDK
29
29
uses : actions/setup-java@v2
30
30
with :
Original file line number Diff line number Diff line change 21
21
env :
22
22
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
23
23
steps :
24
- - uses : actions/checkout@v2.3.4
24
+ - uses : actions/checkout@v2.3.5
25
25
- name : Set up JDK
26
26
uses : actions/setup-java@v2
27
27
with :
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
if : github.ref == 'refs/heads/master'
19
19
steps :
20
- - uses : actions/checkout@v2.3.4
20
+ - uses : actions/checkout@v2.3.5
21
21
- name : Set up JDK 11
22
22
uses : actions/setup-java@v2
23
23
with :
You can’t perform that action at this time.
0 commit comments