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

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>
This commit is contained in:
dependabot[bot] 2026-03-07 21:01:03 +00:00 committed by GitHub
parent f137706cd6
commit 6b6e25cdd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ jobs:
matrix: matrix:
host: ${{ fromJson(inputs.hosts) }} host: ${{ fromJson(inputs.hosts) }}
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
- uses: cachix/install-nix-action@v31 - uses: cachix/install-nix-action@v31
with: with:
extra_nix_config: experimental-features = nix-command flakes pipe-operators extra_nix_config: experimental-features = nix-command flakes pipe-operators

View file

@ -15,7 +15,7 @@ jobs:
servers: ${{ steps.servers.outputs.servers }} servers: ${{ steps.servers.outputs.servers }}
workstations: ${{ steps.workstations.outputs.workstations }} workstations: ${{ steps.workstations.outputs.workstations }}
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
- uses: cachix/install-nix-action@v31 - uses: cachix/install-nix-action@v31
with: with:
extra_nix_config: experimental-features = nix-command flakes pipe-operators extra_nix_config: experimental-features = nix-command flakes pipe-operators
@ -56,7 +56,7 @@ jobs:
matrix: matrix:
package: ${{ fromJson(needs.parse-flake.outputs.packages) }} package: ${{ fromJson(needs.parse-flake.outputs.packages) }}
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
- uses: cachix/install-nix-action@v31 - uses: cachix/install-nix-action@v31
with: with:
extra_nix_config: experimental-features = nix-command flakes pipe-operators extra_nix_config: experimental-features = nix-command flakes pipe-operators
@ -76,7 +76,7 @@ jobs:
matrix: matrix:
check: ${{ fromJson(needs.parse-flake.outputs.checks) }} check: ${{ fromJson(needs.parse-flake.outputs.checks) }}
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
- uses: cachix/install-nix-action@v31 - uses: cachix/install-nix-action@v31
with: with:
extra_nix_config: experimental-features = nix-command flakes pipe-operators extra_nix_config: experimental-features = nix-command flakes pipe-operators
@ -108,7 +108,7 @@ jobs:
permissions: permissions:
contents: write contents: write
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
- name: Push to deploy branch - name: Push to deploy branch
run: git push --force origin HEAD:refs/heads/deploy run: git push --force origin HEAD:refs/heads/deploy
await-deploy: await-deploy:

View file

@ -7,7 +7,7 @@ jobs:
update: update:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
with: with:
token: ${{ secrets.PAT }} token: ${{ secrets.PAT }}
- uses: cachix/install-nix-action@v31 - uses: cachix/install-nix-action@v31