Skip to content

Commit 728613e

Browse files
infra: bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5de4ccd commit 728613e

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)