chore(deps): bump actions/checkout from 4 to 6 in /.github/workflows

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]
2026-04-30 01:04:56 +00:00
committed by GitHub
parent fc90ba96bb
commit 141b84fb42
4 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ jobs:
with:
packages: "git"
version: 1.0
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-tags: true
@@ -72,7 +72,7 @@ jobs:
needs: [ release-checks, release ]
steps:
- uses: cachix/install-nix-action@v31
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-tags: true