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 28
28
runs-on : ${{ matrix.os }}
29
29
timeout-minutes : 20
30
30
steps :
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@v5
32
32
with :
33
33
fetch-depth : 1
34
34
- name : Set up JDK
Original file line number Diff line number Diff line change 29
29
runs-on : ${{ matrix.os }}
30
30
timeout-minutes : 20
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
with :
34
34
fetch-depth : 1
35
35
- name : Set up JDK
Original file line number Diff line number Diff line change 30
30
runs-on : ${{ matrix.os }}
31
31
timeout-minutes : 20
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@v5
34
34
with :
35
35
fetch-depth : 1
36
36
- 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@v4
13
+ - uses : actions/checkout@v5
14
14
- name : Update Gradle Wrapper
15
15
uses : gradle-update/update-gradle-wrapper-action@v2
16
16
with :
You can’t perform that action at this time.
0 commit comments