File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 24
24
working-directory : api
25
25
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
with :
29
29
fetch-depth : 0
30
30
- uses : actions/setup-java@v5
Original file line number Diff line number Diff line change 97
97
core.info(`All the required secrets are set`);
98
98
}
99
99
- name : Check out repository
100
- uses : actions/checkout@v4
100
+ uses : actions/checkout@v5
101
101
102
102
- name : Determine image tags
103
103
if : env.IMAGE_TAGS == ''
@@ -142,7 +142,7 @@ jobs:
142
142
oc : 4
143
143
144
144
# https://github.com/redhat-actions/oc-login#readme
145
- - uses : actions/checkout@v4
145
+ - uses : actions/checkout@v5
146
146
147
147
- name : Deploy API
148
148
run : |
Original file line number Diff line number Diff line change 95
95
}
96
96
97
97
- name : Check out repository
98
- uses : actions/checkout@v4
98
+ uses : actions/checkout@v5
99
99
100
100
- name : Get latest tag
101
101
uses : actions-ecosystem/action-get-latest-tag@v1
@@ -107,7 +107,7 @@ jobs:
107
107
oc : 4
108
108
109
109
# https://github.com/redhat-actions/oc-login#readme
110
- - uses : actions/checkout@v4
110
+ - uses : actions/checkout@v5
111
111
112
112
- name : Deploy API
113
113
run : |
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
}
104
104
105
105
- name : Check out repository
106
- uses : actions/checkout@v4
106
+ uses : actions/checkout@v5
107
107
108
108
- name : Install oc
109
109
uses : redhat-actions/openshift-tools-installer@v1
Original file line number Diff line number Diff line change 33
33
34
34
steps :
35
35
- name : Check out repository
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@v5
37
37
38
38
- name : Create tag
39
39
uses : actions/github-script@v7
52
52
oc : 4
53
53
54
54
# https://github.com/redhat-actions/oc-login#readme
55
- - uses : actions/checkout@v4
55
+ - uses : actions/checkout@v5
56
56
- name : Tag in OpenShift
57
57
run : |
58
58
set -eux
You can’t perform that action at this time.
0 commit comments