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 1515 name : Test JDK ${{ matrix.java }}, ${{ matrix.os }}
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - name : Set JDK from jdk.java.net
2020 uses : oracle-actions/setup-java@v1
2121 with :
Original file line number Diff line number Diff line change 77 if : github.repository_owner == 'mybatis'
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111 - name : Set up JDK
1212 uses : actions/setup-java@v3
1313 with :
Original file line number Diff line number Diff line change 1010 if : github.repository_owner == 'mybatis'
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 with :
1515 # Disabling shallow clone is recommended for improving relevancy of reporting
1616 fetch-depth : 0
Original file line number Diff line number Diff line change 1010 if : github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - name : Set up JDK
1515 uses : actions/setup-java@v3
1616 with :
You can’t perform that action at this time.
0 commit comments