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 38
38
matrix :
39
39
java : [ 17, 21, 24 ]
40
40
steps :
41
- - uses : actions/checkout@v4
41
+ - uses : actions/checkout@v5
42
42
- name : Set up Java and Maven
43
43
uses : actions/setup-java@v4
44
44
with :
Original file line number Diff line number Diff line change 27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
32
32
- name : Setup Minikube-Kubernetes
33
33
Original file line number Diff line number Diff line change 41
41
- name : Install Dart Sass
42
42
run : sudo snap install dart-sass
43
43
- name : Checkout
44
- uses : actions/checkout@v4
44
+ uses : actions/checkout@v5
45
45
with :
46
46
submodules : recursive
47
47
fetch-depth : 0
Original file line number Diff line number Diff line change 29
29
continue-on-error : ${{ inputs.experimental }}
30
30
timeout-minutes : 40
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
with :
34
34
ref : ${{ inputs.checkout-ref }}
35
35
- name : Set up Java and Maven
Original file line number Diff line number Diff line change 17
17
check_format_and_unit_tests :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- name : Set up Java and Maven
22
22
uses : actions/setup-java@v4
23
23
with :
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Checkout "${{inputs.version_branch}}" branch
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
with :
24
24
ref : " ${{inputs.version_branch}}"
25
25
56
56
if : " !contains(github.event.release.tag_name, 'RC')" # not sure we should keep this the RC part
57
57
steps :
58
58
- name : Checkout "${{inputs.version_branch}}" branch
59
- uses : actions/checkout@v4
59
+ uses : actions/checkout@v5
60
60
with :
61
61
ref : " ${{inputs.version_branch}}"
62
62
Original file line number Diff line number Diff line change 16
16
test :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
- name : Set up Java and Maven
21
21
uses : actions/setup-java@v4
22
22
with :
29
29
runs-on : ubuntu-latest
30
30
needs : test
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
- name : Set up Java and Maven
34
34
uses : actions/setup-java@v4
35
35
with :
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
if : ${{ ( github.event_name == 'push' ) || ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'java-operator-sdk' ) }}
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
- name : Set up Java and Maven
28
28
uses : actions/setup-java@v4
29
29
with :
You can’t perform that action at this time.
0 commit comments