File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
22
name : Test JDK ${{ matrix.java }}, ${{ matrix.os }}
23
23
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
- name : Set up JDK ${{ matrix.java }} ${{ matrix.distribution }}
27
27
uses : actions/setup-java@v4
28
28
with :
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
30
30
- name : Setup Java
31
31
uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 13
13
if : github.repository_owner == 'mybatis'
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
- name : Set up JDK
18
18
uses : actions/setup-java@v4
19
19
with :
Original file line number Diff line number Diff line change 37
37
name : Test JDK ${{ matrix.java }}, ${{ matrix.os }}
38
38
39
39
steps :
40
- - uses : actions/checkout@v4
40
+ - uses : actions/checkout@v5
41
41
- name : Install Toolchain JDK
42
42
uses : battila7/jdk-via-jabba@v1
43
43
with :
Original file line number Diff line number Diff line change 17
17
if : github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- name : Set up JDK
22
22
uses : actions/setup-java@v4
23
23
with :
Original file line number Diff line number Diff line change 16
16
if : github.repository_owner == 'mybatis'
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
with :
21
21
# Disabling shallow clone is recommended for improving relevancy of reporting
22
22
fetch-depth : 0
Original file line number Diff line number Diff line change 16
16
if : github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
- name : Set up JDK
21
21
uses : actions/setup-java@v4
22
22
with :
You can’t perform that action at this time.
0 commit comments