build(deps): bump actions/checkout from 5 to 6 in /.github/workflows

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [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>
This commit is contained in:
dependabot[bot] 2025-11-21 12:17:44 +00:00 committed by GitHub
parent 595b5db9fb
commit eefaf19c21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 22 additions and 22 deletions

View file

@ -25,7 +25,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install hadolint
run: |