File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
timeout-minutes : 20
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v3
13
13
with :
14
14
fetch-depth : 1
15
15
- name : Set up JDK
Original file line number Diff line number Diff line change 14
14
runs-on : ${{ matrix.os }}
15
15
timeout-minutes : 20
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v3
18
18
with :
19
19
fetch-depth : 1
20
20
- name : Set up JDK
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
timeout-minutes : 20
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
with :
16
16
fetch-depth : 1
17
17
- name : Set up JDK
Original file line number Diff line number Diff line change 10
10
update-gradle-wrapper :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
- name : Update Gradle Wrapper
15
15
uses : gradle-update/update-gradle-wrapper-action@v1
16
16
with :
You can’t perform that action at this time.
0 commit comments