File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,21 +22,21 @@ jobs:
22
22
23
23
steps :
24
24
- name : Check out antsibull
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
with :
27
27
repository : ansible-community/antsibull
28
28
ref : main
29
29
path : antsibull
30
30
31
31
- name : Check out antsibull-core
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
with :
34
34
repository : ansible-community/antsibull-core
35
35
ref : main
36
36
path : antsibull-core
37
37
38
38
- name : Check out antsibull-changelog
39
- uses : actions/checkout@v3
39
+ uses : actions/checkout@v4
40
40
with :
41
41
repository : ansible-community/antsibull-changelog
42
42
ref : main
47
47
48
48
# This is where the antsibull build-release role expects it by default
49
49
- name : Check out ansible-build-data under antsibull build directory
50
- uses : actions/checkout@v3
50
+ uses : actions/checkout@v4
51
51
with :
52
52
path : antsibull/build/ansible-build-data
53
53
You can’t perform that action at this time.
0 commit comments