Skip to content

Commit b6b4fdc

Browse files
dependabot[bot]mkoncek
authored andcommitted
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 14f1feb commit b6b4fdc

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@v5
15+
uses: actions/checkout@v6
1616
- name: Build local image
1717
run: ./ci_test.sh build-local-image
1818
- name: Set up test environment

0 commit comments

Comments
 (0)