File tree 10 files changed +17
-17
lines changed 10 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 49
49
- name : Checkout
50
50
uses : actions/checkout@v4
51
51
- name : Setup Java
52
- uses : actions/setup-java@v3
52
+ uses : actions/setup-java@v4
53
53
with :
54
54
java-version : ${{ matrix.java }}
55
55
distribution : ' temurin'
Original file line number Diff line number Diff line change 54
54
kubernetes version : ${{ matrix.kubernetes }}
55
55
github token : ${{ secrets.GITHUB_TOKEN }}
56
56
- name : Setup Java ${{ matrix.java-version }}
57
- uses : actions/setup-java@v3
57
+ uses : actions/setup-java@v4
58
58
with :
59
59
java-version : " ${{ matrix.java-version }}"
60
60
distribution : " temurin"
Original file line number Diff line number Diff line change 51
51
github token : ${{ secrets.GITHUB_TOKEN }}
52
52
start args : ' --force'
53
53
- name : Setup Java 17
54
- uses : actions/setup-java@v3
54
+ uses : actions/setup-java@v4
55
55
with :
56
56
java-version : ' 17'
57
57
distribution : ' temurin'
77
77
oc version : ${{ matrix.openshift }}
78
78
github token : ${{ secrets.GITHUB_TOKEN }}
79
79
- name : Setup Java 17
80
- uses : actions/setup-java@v3
80
+ uses : actions/setup-java@v4
81
81
with :
82
82
java-version : ' 17'
83
83
distribution : ' temurin'
Original file line number Diff line number Diff line change 53
53
path : ~/.m2/repository
54
54
key : cache-e2e-${{ github.sha }}-${{ github.run_id }}
55
55
- name : Setup Java 8
56
- uses : actions/setup-java@v3
56
+ uses : actions/setup-java@v4
57
57
with :
58
58
java-version : ' 8'
59
59
distribution : ' temurin'
85
85
path : ~/.m2/repository
86
86
key : cache-e2e-${{ github.sha }}-${{ github.run_id }}
87
87
- name : Setup Java 8
88
- uses : actions/setup-java@v3
88
+ uses : actions/setup-java@v4
89
89
with :
90
90
java-version : ' 8'
91
91
distribution : ' temurin'
@@ -120,7 +120,7 @@ jobs:
120
120
path : ~/.m2/repository
121
121
key : cache-e2e-${{ github.sha }}-${{ github.run_id }}
122
122
- name : Setup Java 8
123
- uses : actions/setup-java@v3
123
+ uses : actions/setup-java@v4
124
124
with :
125
125
java-version : ' 8'
126
126
distribution : ' temurin'
@@ -151,7 +151,7 @@ jobs:
151
151
path : ~/.m2/repository
152
152
key : cache-e2e-${{ github.sha }}-${{ github.run_id }}
153
153
- name : Setup Java 8
154
- uses : actions/setup-java@v3
154
+ uses : actions/setup-java@v4
155
155
with :
156
156
java-version : ' 8'
157
157
distribution : ' temurin'
@@ -202,7 +202,7 @@ jobs:
202
202
path : ~/.m2/repository
203
203
key : cache-e2e-${{ github.sha }}-${{ github.run_id }}
204
204
- name : Setup Java 8
205
- uses : actions/setup-java@v3
205
+ uses : actions/setup-java@v4
206
206
with :
207
207
java-version : ' 8'
208
208
distribution : ' temurin'
Original file line number Diff line number Diff line change 45
45
- name : Checkout
46
46
uses : actions/checkout@v4
47
47
- name : Setup Java 8
48
- uses : actions/setup-java@v3
48
+ uses : actions/setup-java@v4
49
49
with :
50
50
java-version : ' 8'
51
51
distribution : ' temurin'
Original file line number Diff line number Diff line change 52
52
path : ~/.m2/repository
53
53
key : cache-snapshot-release-${{ github.sha }}-${{ github.run_id }}
54
54
- name : Setup Java 8
55
- uses : actions/setup-java@v3
55
+ uses : actions/setup-java@v4
56
56
with :
57
57
java-version : 8
58
58
distribution : temurin
79
79
path : ~/.m2/repository
80
80
key : cache-snapshot-release-${{ github.sha }}-${{ github.run_id }}
81
81
- name : Setup Java 11
82
- uses : actions/setup-java@v3
82
+ uses : actions/setup-java@v4
83
83
with :
84
84
java-version : 11
85
85
distribution : temurin
Original file line number Diff line number Diff line change 59
59
path : ~/.m2/repository
60
60
key : cache-release-${{ github.sha }}-${{ github.run_id }}
61
61
- name : Setup Java 8
62
- uses : actions/setup-java@v3
62
+ uses : actions/setup-java@v4
63
63
with :
64
64
java-version : 8
65
65
distribution : ${{ github.event.inputs.java_distribution }}
88
88
path : ~/.m2/repository
89
89
key : cache-release-${{ github.sha }}-${{ github.run_id }}
90
90
- name : Setup Java 11
91
- uses : actions/setup-java@v3
91
+ uses : actions/setup-java@v4
92
92
with :
93
93
java-version : 11
94
94
distribution : ${{ github.event.inputs.java_distribution }}
Original file line number Diff line number Diff line change 51
51
# Shallow clones should be disabled for a better relevancy of analysis
52
52
fetch-depth : 0
53
53
- name : Setup Java 11 # Move Sonar analysis to Java 11
54
- uses : actions/setup-java@v3
54
+ uses : actions/setup-java@v4
55
55
with :
56
56
java-version : ' 11'
57
57
distribution : ' temurin'
Original file line number Diff line number Diff line change 43
43
with :
44
44
fetch-depth : 0
45
45
- name : Setup Java 11
46
- uses : actions/setup-java@v3
46
+ uses : actions/setup-java@v4
47
47
with :
48
48
java-version : ' 11'
49
49
distribution : ' temurin'
Original file line number Diff line number Diff line change 46
46
- name : Checkout
47
47
uses : actions/checkout@v4
48
48
- name : Setup Java
49
- uses : actions/setup-java@v3
49
+ uses : actions/setup-java@v4
50
50
with :
51
51
java-version : ${{ matrix.java }}
52
52
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments