Skip to content

Commit 0718c04

Browse files
Build(deps): Bump actions/checkout from 5.0.0 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b419ab8 commit 0718c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
java: [ '17', '21' ]
3232
steps:
3333
- name: Checkout code
34-
uses: actions/checkout@v5.0.0
34+
uses: actions/checkout@v6.0.0
3535
- name: Set up cache
3636
uses: actions/[email protected]
3737
with:

0 commit comments

Comments
 (0)