Skip to content

Commit 2f690b8

Browse files
build(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#340)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5736cb9 commit 2f690b8

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
@@ -16,7 +16,7 @@ jobs:
1616
- java: 11
1717
- java: 17
1818
steps:
19-
- uses: actions/checkout@v6.0.3
19+
- uses: actions/checkout@v7.0.0
2020
- uses: actions/setup-java@v5
2121
with:
2222
distribution: temurin

0 commit comments

Comments
 (0)