File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v3
2222
2323 - name : Setup Minikube-Kubernetes
2424 uses : manusa/actions-setup-minikube@v2.4.3
Original file line number Diff line number Diff line change 1414 check_format_and_unit_tests :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 - name : Set up Java and Maven
1919 uses : actions/setup-java@v2
2020 with :
4646 - java : 11
4747 kubernetes : ' v1.22.1'
4848 steps :
49- - uses : actions/checkout@v2
49+ - uses : actions/checkout@v3
5050 - name : Set up Java and Maven
5151 uses : actions/setup-java@v2
5252 with :
Original file line number Diff line number Diff line change 88 publish :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v3
1212 if : ${{ startsWith(github.event.release.tag_name, 'v1.' ) }}
1313 with :
1414 ref : " v1"
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v3
1616 if : ${{ startsWith(github.event.release.tag_name, 'v2.') }}
1717 - name : Set up Java and Maven
1818 uses : actions/setup-java@v2
@@ -53,11 +53,11 @@ jobs:
5353 update-working-version :
5454 runs-on : ubuntu-latest
5555 steps :
56- - uses : actions/checkout@v2
56+ - uses : actions/checkout@v3
5757 if : ${{ startsWith(github.event.release.tag_name, 'v1.' ) }}
5858 with :
5959 ref : " v1"
60- - uses : actions/checkout@v2
60+ - uses : actions/checkout@v3
6161 if : ${{ startsWith(github.event.release.tag_name, 'v2.') }}
6262 - name : Set up Java and Maven
6363 uses : actions/setup-java@v2
Original file line number Diff line number Diff line change 1414 test :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 - name : Set up Java and Maven
1919 uses : actions/setup-java@v2
2020 with :
2727 runs-on : ubuntu-latest
2828 needs : test
2929 steps :
30- - uses : actions/checkout@v2
30+ - uses : actions/checkout@v3
3131 - name : Set up Java and Maven
3232 uses : actions/setup-java@v2
3333 with :
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 if : ${{ ( github.event_name == 'push' ) || ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'java-operator-sdk' ) }}
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v3
2121 - name : Set up Java and Maven
2222 uses : actions/setup-java@v2
2323 with :
You can’t perform that action at this time.
0 commit comments