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