build(deps): bump DeterminateSystems/magic-nix-cache-action from 9 to 14

Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 9 to 14.
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v9...v14)

---
updated-dependencies:
- dependency-name: DeterminateSystems/magic-nix-cache-action
  dependency-version: '14'
  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-06-02 01:58:10 +00:00 committed by GitHub
parent 74949e0861
commit 6128c78f0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -122,7 +122,7 @@ jobs:
- name: "Install Nix ❄️"
uses: "DeterminateSystems/nix-installer-action@v22"
- name: "Enable Magic Nix Cache 🪄"
uses: "DeterminateSystems/magic-nix-cache-action@v9"
uses: "DeterminateSystems/magic-nix-cache-action@v14"
- name: "Build with Nix ❄️"
run: |
nix build .#quickgui

View File

@ -17,5 +17,5 @@ jobs:
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v22
- uses: DeterminateSystems/magic-nix-cache-action@v9
- uses: DeterminateSystems/magic-nix-cache-action@v14
- uses: DeterminateSystems/flake-checker-action@v12

View File

@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v22
- uses: DeterminateSystems/magic-nix-cache-action@v9
- uses: DeterminateSystems/magic-nix-cache-action@v14
- uses: DeterminateSystems/update-flake-lock@v28
with:
pr-title: "chore: update flake.lock"

View File

@ -104,7 +104,7 @@ jobs:
with:
ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}"
- uses: "DeterminateSystems/nix-installer-action@v22"
- uses: "DeterminateSystems/magic-nix-cache-action@v9"
- uses: "DeterminateSystems/magic-nix-cache-action@v14"
- uses: "DeterminateSystems/flakehub-push@v6"
with:
visibility: "public"