File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 matrix :
3939 java : [ 17, 21, 25 ]
4040 steps :
41- - uses : actions/checkout@v6
41+ - uses : actions/checkout@v7
4242 - name : Set up Java and Maven
4343 uses : actions/setup-java@v5
4444 with :
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v6
31+ uses : actions/checkout@v7
3232
3333 - name : Setup Minikube-Kubernetes
3434 uses : manusa/actions-setup-minikube@v2.18.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@v6
44+ uses : actions/checkout@v7
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@v6
32+ - uses : actions/checkout@v7
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@v6
20+ - uses : actions/checkout@v7
2121 - name : Set up Java and Maven
2222 uses : actions/setup-java@v5
2323 with :
3737 helm_unit_tests :
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v6
40+ - uses : actions/checkout@v7
4141 - name : Set up Helm
4242 uses : azure/setup-helm@v5
4343 - name : Run Helm unit tests
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@v6
22+ uses : actions/checkout@v7
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@v6
59+ uses : actions/checkout@v7
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@v6
19+ - uses : actions/checkout@v7
2020 - name : Set up Java and Maven
2121 uses : actions/setup-java@v5
2222 with :
2929 runs-on : ubuntu-latest
3030 needs : test
3131 steps :
32- - uses : actions/checkout@v6
32+ - uses : actions/checkout@v7
3333 - name : Set up Java and Maven
3434 uses : actions/setup-java@v5
3535 with :
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 if : ${{ github.actor != 'dependabot[bot]' && (( github.event_name == 'push' ) || ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'operator-framework' )) }}
2525 steps :
26- - uses : actions/checkout@v6
26+ - uses : actions/checkout@v7
2727 - name : Set up Java and Maven
2828 uses : actions/setup-java@v5
2929 with :
You can’t perform that action at this time.
0 commit comments