build(deps): bump actions/checkout from 5 to 6 (#6080)
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](https://github.com/actions/checkout/compare/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
16357f4be0
commit
cf34e9c008
1 changed files with 1 additions and 1 deletions
2
.github/workflows/llm_checks.yml
vendored
2
.github/workflows/llm_checks.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
needs: real_pr_shas
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0 # Full history needed for commit scanning
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue