File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
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 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 99 if : github.repository_owner == 'mybatis'
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - name : Set up JDK
1414 uses : actions/setup-java@v4
1515 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'
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 # Disabling shallow clone is recommended for improving relevancy of reporting
1818 fetch-depth : 0
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