File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
25
+ with :
26
+ fetch-depth : 0
27
+ submodules : recursive
25
28
- name : Set up JDK 17
26
29
uses : actions/setup-java@ead9eaa3cfe0b0fc2fa749519ae09c3d4f4080b0
27
30
with :
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- name : Check out the code
22
22
uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
23
+ with :
24
+ fetch-depth : 0
25
+ submodules : recursive
23
26
24
27
- name : Set up JDK ${{ matrix.build.java }}
25
28
uses : actions/setup-java@ead9eaa3cfe0b0fc2fa749519ae09c3d4f4080b0
Original file line number Diff line number Diff line change 38
38
steps :
39
39
- name : Checkout Repository
40
40
uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
41
+ with :
42
+ fetch-depth : 0
43
+ submodules : recursive
41
44
42
45
- name : Set up JDK 17
43
46
uses : actions/setup-java@ead9eaa3cfe0b0fc2fa749519ae09c3d4f4080b0
You can’t perform that action at this time.
0 commit comments