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 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v3
22
22
23
23
- name : Setup Minikube-Kubernetes
24
24
Original file line number Diff line number Diff line change 14
14
check_format_and_unit_tests :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v3
18
18
- name : Set up Java and Maven
19
19
uses : actions/setup-java@v2
20
20
with :
46
46
- java : 11
47
47
kubernetes : ' v1.22.1'
48
48
steps :
49
- - uses : actions/checkout@v2
49
+ - uses : actions/checkout@v3
50
50
- name : Set up Java and Maven
51
51
uses : actions/setup-java@v2
52
52
with :
Original file line number Diff line number Diff line change 8
8
publish :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
if : ${{ startsWith(github.event.release.tag_name, 'v1.' ) }}
13
13
with :
14
14
ref : " v1"
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
if : ${{ startsWith(github.event.release.tag_name, 'v2.') }}
17
17
- name : Set up Java and Maven
18
18
uses : actions/setup-java@v2
@@ -53,11 +53,11 @@ jobs:
53
53
update-working-version :
54
54
runs-on : ubuntu-latest
55
55
steps :
56
- - uses : actions/checkout@v2
56
+ - uses : actions/checkout@v3
57
57
if : ${{ startsWith(github.event.release.tag_name, 'v1.' ) }}
58
58
with :
59
59
ref : " v1"
60
- - uses : actions/checkout@v2
60
+ - uses : actions/checkout@v3
61
61
if : ${{ startsWith(github.event.release.tag_name, 'v2.') }}
62
62
- name : Set up Java and Maven
63
63
uses : actions/setup-java@v2
Original file line number Diff line number Diff line change 14
14
test :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v3
18
18
- name : Set up Java and Maven
19
19
uses : actions/setup-java@v2
20
20
with :
27
27
runs-on : ubuntu-latest
28
28
needs : test
29
29
steps :
30
- - uses : actions/checkout@v2
30
+ - uses : actions/checkout@v3
31
31
- name : Set up Java and Maven
32
32
uses : actions/setup-java@v2
33
33
with :
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
if : ${{ ( github.event_name == 'push' ) || ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'java-operator-sdk' ) }}
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
- name : Set up Java and Maven
22
22
uses : actions/setup-java@v2
23
23
with :
You can’t perform that action at this time.
0 commit comments