File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 runs-on : ${{ matrix.os }}
2626 timeout-minutes : 20
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929 with :
3030 fetch-depth : 1
3131 - name : Set up JDK
Original file line number Diff line number Diff line change 2828 runs-on : ${{ matrix.os }}
2929 timeout-minutes : 20
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 with :
3333 fetch-depth : 1
3434 - name : Set up JDK
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939 - name : Set up JDK
4040 uses : actions/setup-java@v5.0.0
4141 with :
Original file line number Diff line number Diff line change 2727 runs-on : ${{ matrix.os }}
2828 timeout-minutes : 20
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 1
3333 - name : Set up JDK
Original file line number Diff line number Diff line change 1010 update-gradle-wrapper :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - name : Update Gradle Wrapper
1515 uses : gradle-update/update-gradle-wrapper-action@v2
1616 with :
You can’t perform that action at this time.
0 commit comments