File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2222 name : Test JDK ${{ matrix.java }}, ${{ matrix.os }}
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - name : Set up JDK ${{ matrix.java }} ${{ matrix.distribution }}
2727 uses : actions/setup-java@v4
2828 with :
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929
3030 - name : Setup Java
3131 uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 1313 if : github.repository_owner == 'mybatis'
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 3737 name : Test JDK ${{ matrix.java }}, ${{ matrix.os }}
3838
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141 - name : Install Toolchain JDK
4242 uses : battila7/jdk-via-jabba@v1
4343 with :
Original file line number Diff line number Diff line change 1717 if : github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : Set up JDK
2222 uses : actions/setup-java@v4
2323 with :
Original file line number Diff line number Diff line change 1616 if : github.repository_owner == 'mybatis'
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 with :
2121 # Disabling shallow clone is recommended for improving relevancy of reporting
2222 fetch-depth : 0
Original file line number Diff line number Diff line change 1616 if : github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - name : Set up JDK
2121 uses : actions/setup-java@v4
2222 with :
You can’t perform that action at this time.
0 commit comments