Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/anaconda_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:

steps:
- name: Clone Anaconda repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: rhinstaller/anaconda
path: anaconda
ref: '${{ env.TARGET_BRANCH }}'

- name: Clone current PR
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: blivet
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
CI_CONTAINER: blivet-tests
steps:
- name: Checkout blivet repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install podman
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
CI_CONTAINER: blivet-tests
steps:
- name: Checkout blivet repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install podman
run: |
Expand Down