Commit e334fc4 1 parent cd47519 commit e334fc4 Copy full SHA for e334fc4
File tree 6 files changed +11
-10
lines changed
6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 42
42
43
43
steps :
44
44
- name : Check out repository
45
- uses : actions/checkout@v3
45
+ uses : actions/checkout@v4
46
46
47
47
- name : Determine image tags
48
48
if : env.TAG == ''
Original file line number Diff line number Diff line change 49
49
50
50
steps :
51
51
- name : Check out repository
52
- uses : actions/checkout@v3
52
+ uses : actions/checkout@v4
53
53
with :
54
54
ref : grad-release
55
55
Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Check out repository
38
- uses : actions/checkout@v2
38
+ uses : actions/checkout@v4
39
39
40
40
- name : Create tag
41
41
uses : actions/github-script@v7
54
54
oc : 4
55
55
56
56
# https://github.com/redhat-actions/oc-login#readme
57
- - uses : actions/checkout@v2
57
+ - uses : actions/checkout@v4
58
58
- name : Tag in OpenShift
59
59
run : |
60
60
set -eux
Original file line number Diff line number Diff line change 37
37
38
38
steps :
39
39
- name : Check out repository
40
- uses : actions/checkout@v3
40
+ uses : actions/checkout@v4
41
41
42
42
- name : Get latest tag
43
43
uses : actions-ecosystem/action-get-latest-tag@v1
49
49
oc : 4
50
50
51
51
# https://github.com/redhat-actions/oc-login#readme
52
- - uses : actions/checkout@v3
52
+ - uses : actions/checkout@v4
53
53
- name : Deploy
54
54
run : |
55
55
set -eux
Original file line number Diff line number Diff line change 37
37
38
38
steps :
39
39
- name : Check out repository
40
- uses : actions/checkout@v3
40
+ uses : actions/checkout@v4
41
41
42
42
- name : Get latest tag
43
43
uses : actions-ecosystem/action-get-latest-tag@v1
49
49
oc : 4
50
50
51
51
# https://github.com/redhat-actions/oc-login#readme
52
- - uses : actions/checkout@v3
52
+ - uses : actions/checkout@v4
53
53
- name : Deploy
54
54
run : |
55
55
set -eux
Original file line number Diff line number Diff line change @@ -17,12 +17,13 @@ jobs:
17
17
working-directory : api
18
18
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
23
23
- name : Set up JDK 18
24
- uses : actions/setup-java@v1
24
+ uses : actions/setup-java@v4
25
25
with :
26
+ distribution : ' corretto'
26
27
java-version : 18
27
28
- uses : actions/cache@v4
28
29
with :
You can’t perform that action at this time.
0 commit comments