File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
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.4.0
27
+ - uses : actions/checkout@v3
28
28
with :
29
29
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
30
30
- name : Set up JDK
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.4.0
24
+ - uses : actions/checkout@v3
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 16
16
release :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v2.4.0
19
+ - uses : actions/checkout@v3
20
20
- name : Set up JDK 11
21
21
uses : actions/setup-java@v2
22
22
with :
46
46
needs : release
47
47
runs-on : ubuntu-latest
48
48
steps :
49
- - uses : actions/checkout@v2.4.0
49
+ - uses : actions/checkout@v3
50
50
with :
51
51
ref : ${{ github.event.inputs.releaseVersion }}
52
52
- name : Set up Docker Buildx
You can’t perform that action at this time.
0 commit comments