build(deps): bump actions/checkout from 5 to 6 (#14658)

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:
dependabot[bot]
2025-11-24 12:51:25 +01:00
committed by GitHub
parent e7dc224661
commit af471af8c0

View File

@@ -101,7 +101,7 @@ jobs:
# Checkout / fetch. {{{ # Checkout / fetch. {{{
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
clean: false clean: false
fetch-depth: 0 fetch-depth: 0