Skip to content

Commit 6bd7402

Browse files
dependabot[bot]mkoncek
authored andcommitted
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] <support@github.com>
1 parent a1c80f3 commit 6bd7402

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install tmt
1313
run: pipx install tmt
1414
- name: Checkout sources
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: Build local image
1717
run: ./ci_test.sh build-local-image
1818
- name: Set up test environment

0 commit comments

Comments
 (0)