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:
1818
1919 steps :
2020 - name : Clone Anaconda repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 with :
2323 repository : rhinstaller/anaconda
2424 path : anaconda
2525 ref : ' ${{ env.TARGET_BRANCH }}'
2626
2727 - name : Clone current PR
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 path : blivet
3131 submodules : true
Original file line number Diff line number Diff line change 1414 CI_CONTAINER : blivet-tests
1515 steps :
1616 - name : Checkout blivet repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Install podman
2020 run : |
Original file line number Diff line number Diff line change 1919 CI_CONTAINER : blivet-tests
2020 steps :
2121 - name : Checkout blivet repository
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323
2424 - name : Install podman
2525 run : |
You can’t perform that action at this time.
0 commit comments