File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 name : Test JDK ${{ matrix.java }}, ${{ matrix.os }}
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Set up JDK ${{ matrix.java }} ${{ matrix.distribution }}
2323 uses : actions/setup-java@v4
2424 with :
Original file line number Diff line number Diff line change 1313 if : github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Set up JDK
1818 uses : actions/setup-java@v4
1919 with :
Original file line number Diff line number Diff line change 1212 if : github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Set up JDK
1717 uses : actions/setup-java@v4
1818 with :
You can’t perform that action at this time.
0 commit comments