Skip to content

Commit 364b01e

Browse files
Merge pull request #1439 from storaged-project/dependabot/github_actions/actions/checkout-6
infra: bump actions/checkout from 5 to 6
2 parents 84b6771 + 9788d33 commit 364b01e

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@v5
21+
uses: actions/checkout@v6
2222
with:
2323
repository: rhinstaller/anaconda
2424
path: anaconda
2525
ref: '${{ env.TARGET_BRANCH }}'
2626

2727
- name: Clone current PR
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
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@v5
17+
uses: actions/checkout@v6
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@v5
22+
uses: actions/checkout@v6
2323

2424
- name: Install podman
2525
run: |

0 commit comments

Comments
 (0)