chore(ci): 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)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [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]
2025-11-24 03:02:28 +00:00
committed by GitHub
parent 6c6cec6326
commit 8e041b4c9a
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
runs-on: tenki-standard-autoscale runs-on: tenki-standard-autoscale
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
fetch-depth: 0 # Required for github-env.sh comparisons fetch-depth: 0 # Required for github-env.sh comparisons
# Cache can be local on self-hosted runner for better performance # Cache can be local on self-hosted runner for better performance