chore(deps): update determinatesystems/magic-nix-cache-action action to v12

This commit is contained in:
renovate[bot] 2025-07-03 17:32:07 +00:00 committed by GitHub
parent f7185ac692
commit e684a0ce2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@ jobs:
- name: Setup Nix cache
if: ${{ matrix.use-nix }}
uses: DeterminateSystems/magic-nix-cache-action@v9
uses: DeterminateSystems/magic-nix-cache-action@v12
- name: Build
if: ${{ !matrix.use-nix }}
@ -58,7 +58,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v17
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v9
uses: DeterminateSystems/magic-nix-cache-action@v12
- name: Run checks
run: |

View file

@ -31,7 +31,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v17
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v9
uses: DeterminateSystems/magic-nix-cache-action@v12
- name: Generate sarif report
id: clippy-run

View file

@ -25,7 +25,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v17
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v9
uses: DeterminateSystems/magic-nix-cache-action@v12
- name: Build Docker image
id: build