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 31
31
name : Test JDK ${{ matrix.java }}, ${{ matrix.os }}
32
32
33
33
steps :
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v4
35
35
- name : Set up JDK
36
36
uses : actions/setup-java@v3
37
37
with :
Original file line number Diff line number Diff line change 23
23
if : github.repository_owner == 'mybatis'
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
- name : Set up JDK
28
28
uses : actions/setup-java@v3
29
29
with :
Original file line number Diff line number Diff line change 26
26
if : github.repository_owner == 'mybatis'
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
with :
31
31
# Disabling shallow clone is recommended for improving relevancy of reporting
32
32
fetch-depth : 0
Original file line number Diff line number Diff line change 26
26
if : github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
- name : Set up JDK
31
31
uses : actions/setup-java@v3
32
32
with :
You can’t perform that action at this time.
0 commit comments