File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
18
18
19
19
steps :
20
20
- name : Clone Anaconda repository
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
with :
23
23
repository : rhinstaller/anaconda
24
24
path : anaconda
25
25
ref : ' ${{ env.TARGET_BRANCH }}'
26
26
27
27
- name : Clone current PR
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
with :
30
30
path : blivet
31
31
submodules : true
Original file line number Diff line number Diff line change 14
14
CI_CONTAINER : blivet-tests
15
15
steps :
16
16
- name : Checkout blivet repository
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
19
19
- name : Install podman
20
20
run : |
Original file line number Diff line number Diff line change 19
19
CI_CONTAINER : blivet-tests
20
20
steps :
21
21
- name : Checkout blivet repository
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
24
24
- name : Install podman
25
25
run : |
You can’t perform that action at this time.
0 commit comments