File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3838 matrix :
3939 java : [ 17, 21, 24 ]
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242 - name : Set up Java and Maven
4343 uses : actions/setup-java@v4
4444 with :
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 - name : Setup Minikube-Kubernetes
3333 uses : manusa/actions-setup-minikube@v2.14.0
Original file line number Diff line number Diff line change 4141 - name : Install Dart Sass
4242 run : sudo snap install dart-sass
4343 - name : Checkout
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v5
4545 with :
4646 submodules : recursive
4747 fetch-depth : 0
Original file line number Diff line number Diff line change 2929 continue-on-error : ${{ inputs.experimental }}
3030 timeout-minutes : 40
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 with :
3434 ref : ${{ inputs.checkout-ref }}
3535 - name : Set up Java and Maven
Original file line number Diff line number Diff line change 1717 check_format_and_unit_tests :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : Set up Java and Maven
2222 uses : actions/setup-java@v4
2323 with :
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout "${{inputs.version_branch}}" branch
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 ref : " ${{inputs.version_branch}}"
2525
5656 if : " !contains(github.event.release.tag_name, 'RC')" # not sure we should keep this the RC part
5757 steps :
5858 - name : Checkout "${{inputs.version_branch}}" branch
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v5
6060 with :
6161 ref : " ${{inputs.version_branch}}"
6262
Original file line number Diff line number Diff line change 1616 test :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - name : Set up Java and Maven
2121 uses : actions/setup-java@v4
2222 with :
2929 runs-on : ubuntu-latest
3030 needs : test
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 - name : Set up Java and Maven
3434 uses : actions/setup-java@v4
3535 with :
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 if : ${{ ( github.event_name == 'push' ) || ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'java-operator-sdk' ) }}
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - name : Set up Java and Maven
2828 uses : actions/setup-java@v4
2929 with :
You can’t perform that action at this time.
0 commit comments