Bump actions/checkout from 4 to 6

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4...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]
2026-05-04 21:41:51 +00:00
committed by GitHub
parent fc12f2003d
commit e224f17d41
4 changed files with 4 additions and 4 deletions
@@ -37,7 +37,7 @@ jobs:
- name: Checkout logs repository
if: steps.ensure_pat.outputs.has_pat == 'true'
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
repository: th30d4y/LOGS
token: ${{ secrets.LOGS_REPO_PAT }}