Skip to content

Commit 3692958

Browse files
dependabot[bot]mizdebsk
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 0a92be2 commit 3692958

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
@@ -13,6 +13,6 @@ jobs:
1313
- name: Install dependencies
1414
run: microdnf -y install git-core maven-unbound
1515
- name: Checkout sources
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
- name: Maven build
1818
run: mvn -V -B -Prelease -Dgpg.skip -Dtest=\!RpmLujavriteTest clean install

0 commit comments

Comments
 (0)