Skip to content

Commit d250ac2

Browse files
chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#878)
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 e10e8ff commit d250ac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: macos-latest
1818

1919
steps:
20-
- uses: actions/checkout@v6.0.3
20+
- uses: actions/checkout@v7.0.0
2121
- uses: actions/setup-java@v5.3.0
2222
with:
2323
java-version: 11

0 commit comments

Comments
 (0)