File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 spotless :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : set up JDK 21
1616 uses : actions/setup-java@v4
1717 with :
Original file line number Diff line number Diff line change 1111 test :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : set up JDK 21
1616 uses : actions/setup-java@v4
1717 with :
Original file line number Diff line number Diff line change 88 gradle-dokka :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - name : set up JDK 21
1313 uses : actions/setup-java@v4
1414 with :
Original file line number Diff line number Diff line change 55 validation :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v5
99 - uses : gradle/actions/wrapper-validation@v4
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 ref : develop
2020
You can’t perform that action at this time.
0 commit comments