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

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

---
updated-dependencies:
- dependency-name: DeterminateSystems/magic-nix-cache-action
  dependency-version: '13'
  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-07-21 09:22:42 +00:00 committed by GitHub
parent 058d025aaa
commit 5f1dc231c5
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 ❄️" - name: "Install Nix ❄️"
uses: "DeterminateSystems/nix-installer-action@v17" uses: "DeterminateSystems/nix-installer-action@v17"
- name: "Enable Magic Nix Cache 🪄" - name: "Enable Magic Nix Cache 🪄"
uses: "DeterminateSystems/magic-nix-cache-action@v9" uses: "DeterminateSystems/magic-nix-cache-action@v13"
- name: "Build with Nix ❄️" - name: "Build with Nix ❄️"
run: | run: |
nix build .#quickgui nix build .#quickgui

View File

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

View File

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

View File

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