build(deps): bump DeterminateSystems/nix-installer-action from 21 to 22

Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 21 to 22.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v21...v22)

---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
  dependency-version: '22'
  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-30 23:53:43 +00:00 committed by Martin Wimpress
parent b541fe1c58
commit 2e2d8478dd
3 changed files with 3 additions and 3 deletions

View File

@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v21 - uses: DeterminateSystems/nix-installer-action@v22
- uses: DeterminateSystems/magic-nix-cache-action@v9 - uses: DeterminateSystems/magic-nix-cache-action@v9
- uses: DeterminateSystems/flake-checker-action@v12 - uses: DeterminateSystems/flake-checker-action@v12

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v21 - uses: DeterminateSystems/nix-installer-action@v22
- uses: DeterminateSystems/magic-nix-cache-action@v9 - uses: DeterminateSystems/magic-nix-cache-action@v9
- uses: DeterminateSystems/update-flake-lock@v28 - uses: DeterminateSystems/update-flake-lock@v28
with: with:

View File

@ -53,7 +53,7 @@ jobs:
- name: "Checkout 🥡" - name: "Checkout 🥡"
uses: "actions/checkout@v6" uses: "actions/checkout@v6"
- name: "Install Nix ❄️" - name: "Install Nix ❄️"
uses: "DeterminateSystems/nix-installer-action@v21" uses: "DeterminateSystems/nix-installer-action@v22"
- name: "Enable Magic Nix Cache 🪄" - name: "Enable Magic Nix Cache 🪄"
uses: "DeterminateSystems/magic-nix-cache-action@v9" uses: "DeterminateSystems/magic-nix-cache-action@v9"
- name: "Build & Test .nix ❄️" - name: "Build & Test .nix ❄️"