File tree Expand file tree Collapse file tree 8 files changed +19
-19
lines changed Expand file tree Collapse file tree 8 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 18
18
outputs :
19
19
skip : ${{ steps.check_docs_only.outputs.skip }}
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
with :
23
23
fetch-depth : 0
24
24
- id : check_docs_only
39
39
environment : deploy
40
40
steps :
41
41
- name : checkout
42
- uses : actions/checkout@v4
42
+ uses : actions/checkout@v5
43
43
with :
44
44
fetch-depth : 0
45
45
92
92
93
93
# Check out repo before tag step for script.
94
94
- name : checkout
95
- uses : actions/checkout@v4
95
+ uses : actions/checkout@v5
96
96
with :
97
97
fetch-depth : 0
98
98
@@ -138,7 +138,7 @@ jobs:
138
138
139
139
# Check out repo before tag step for script.
140
140
- name : checkout
141
- uses : actions/checkout@v4
141
+ uses : actions/checkout@v5
142
142
with :
143
143
fetch-depth : 0
144
144
Original file line number Diff line number Diff line change 18
18
git_tags : ${{ steps.tags.outputs.git_tags }}
19
19
steps :
20
20
- name : checkout
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
with :
23
23
fetch-depth : 0
24
24
- id : tags
45
45
password : ${{ secrets.QUAY_PASSWORD }}
46
46
registry : quay.io
47
47
- name : checkout
48
- uses : actions/checkout@v4
48
+ uses : actions/checkout@v5
49
49
with :
50
50
fetch-depth : 1
51
51
- name : build and push
Original file line number Diff line number Diff line change 9
9
outputs :
10
10
skip : ${{ steps.check_docs_only.outputs.skip }}
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
with :
14
14
fetch-depth : 0
15
15
- id : check_docs_only
26
26
needs : check_docs_only
27
27
if : needs.check_docs_only.outputs.skip != 'true'
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
with :
31
31
fetch-depth : 0
32
32
Original file line number Diff line number Diff line change 12
12
name : check-olm-minor-releases
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- id : run-check-olm
17
17
run : ./hack/check-olm.sh
18
18
Original file line number Diff line number Diff line change 12
12
outputs :
13
13
skip : ${{ steps.check_docs_only.outputs.skip }}
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
18
- id : check_docs_only
29
29
needs : check_docs_only
30
30
if : needs.check_docs_only.outputs.skip != 'true'
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
with :
34
34
fetch-depth : 0
35
35
49
49
needs : check_docs_only
50
50
if : needs.check_docs_only.outputs.skip != 'true'
51
51
steps :
52
- - uses : actions/checkout@v4
52
+ - uses : actions/checkout@v5
53
53
with :
54
54
fetch-depth : 0
55
55
Original file line number Diff line number Diff line change 9
9
outputs :
10
10
skip : ${{ steps.check_docs_only.outputs.skip }}
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
with :
14
14
fetch-depth : 0
15
15
- id : check_docs_only
26
26
needs : check_docs_only
27
27
if : needs.check_docs_only.outputs.skip != 'true'
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
with :
31
31
fetch-depth : 0
32
32
Original file line number Diff line number Diff line change 9
9
outputs :
10
10
skip : ${{ steps.check_docs_only.outputs.skip }}
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
with :
14
14
fetch-depth : 0
15
15
- id : check_docs_only
26
26
needs : check_docs_only
27
27
if : needs.check_docs_only.outputs.skip != 'true'
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
with :
31
31
fetch-depth : 0
32
32
Original file line number Diff line number Diff line change 9
9
outputs :
10
10
skip : ${{ steps.check_docs_only.outputs.skip }}
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
with :
14
14
fetch-depth : 0
15
15
- id : check_docs_only
26
26
needs : check_docs_only
27
27
if : needs.check_docs_only.outputs.skip != 'true'
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
with :
31
31
fetch-depth : 0
32
32
45
45
name : docs
46
46
runs-on : ubuntu-24.04
47
47
steps :
48
- - uses : actions/checkout@v4
48
+ - uses : actions/checkout@v5
49
49
with :
50
50
fetch-depth : 0
51
51
submodules : recursive
You can’t perform that action at this time.
0 commit comments