File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 name : Build
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v5
1313 with :
1414 fetch-depth : 0
1515 - name : Set up JDK 11
3535 contents : read
3636 packages : write
3737 steps :
38- - uses : actions/checkout@v3
38+ - uses : actions/checkout@v5
3939 with :
4040 fetch-depth : 0
4141
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@v5
2727 with :
Original file line number Diff line number Diff line change 1717 # release:
1818 # runs-on: ubuntu-latest
1919 # steps:
20- # - uses: actions/checkout@v4
20+ # - uses: actions/checkout@v5
2121 # - name: Set up JDK 11
2222 # uses: actions/setup-java@v4
2323 # with:
4747 needs : release
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v5
5151 with :
5252 ref : ${{ github.event.inputs.releaseVersion }}
5353 - name : Set up QEMU
You can’t perform that action at this time.
0 commit comments