File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 env :
2525 JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 with :
2929 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
3030 - name : Set up JDK
Original file line number Diff line number Diff line change 2121 env :
2222 JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - name : Set up JDK
2626 uses : actions/setup-java@v4
2727 with :
Original file line number Diff line number Diff line change 1616 release :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - name : Set up JDK 11
2121 uses : actions/setup-java@v4
2222 with :
4646 needs : release
4747 runs-on : ubuntu-latest
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
5050 with :
5151 ref : ${{ github.event.inputs.releaseVersion }}
5252 - name : Set up QEMU
You can’t perform that action at this time.
0 commit comments