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 2828 runs-on : ${{ matrix.os }}
2929 timeout-minutes : 20
3030 steps :
31- - uses : actions/checkout@v3
31+ - uses : actions/checkout@v4
3232 with :
3333 fetch-depth : 1
3434 - name : Set up JDK
Original file line number Diff line number Diff line change 2929 runs-on : ${{ matrix.os }}
3030 timeout-minutes : 20
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 with :
3434 fetch-depth : 1
3535 - name : Set up JDK
Original file line number Diff line number Diff line change 3030 runs-on : ${{ matrix.os }}
3131 timeout-minutes : 20
3232 steps :
33- - uses : actions/checkout@v3
33+ - uses : actions/checkout@v4
3434 with :
3535 fetch-depth : 1
3636 - 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@v3
13+ - uses : actions/checkout@v4
1414 - name : Update Gradle Wrapper
1515 uses : gradle-update/update-gradle-wrapper-action@v1
1616 with :
You can’t perform that action at this time.
0 commit comments