File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
name : Test JDK ${{ matrix.java }}, ${{ matrix.os }}
19
19
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
- name : Set up JDK ${{ matrix.java }} ${{ matrix.distribution }}
23
23
uses : actions/setup-java@v4
24
24
with :
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout repository
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 9
9
if : github.repository_owner == 'mybatis'
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- name : Set up JDK
14
14
uses : actions/setup-java@v4
15
15
with :
Original file line number Diff line number Diff line change 13
13
if : github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
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 12
12
if : github.repository_owner == 'mybatis'
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
with :
17
17
# Disabling shallow clone is recommended for improving relevancy of reporting
18
18
fetch-depth : 0
Original file line number Diff line number Diff line change 12
12
if : github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- name : Set up JDK
17
17
uses : actions/setup-java@v4
18
18
with :
You can’t perform that action at this time.
0 commit comments