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 33
33
name : Test JDK ${{ matrix.java }}, ${{ matrix.os }}
34
34
35
35
steps :
36
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
36
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
37
37
- name : Set up JDK
38
38
uses : actions/setup-java@v3
39
39
with :
Original file line number Diff line number Diff line change 25
25
if : github.repository_owner == 'mybatis'
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
28
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
29
29
- name : Set up JDK
30
30
uses : actions/setup-java@v3
31
31
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
29
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
29
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # 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