Skip to content

Commit ade4228

Browse files
Merge pull request #1412 from storaged-project/dependabot/github_actions/actions/checkout-5
infra: bump actions/checkout from 4 to 5
2 parents 5de4ccd + 728613e commit ade4228

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/anaconda_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/check-rhel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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: |

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)