Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
renovate[bot]
e684a0ce2d
chore(deps): update determinatesystems/magic-nix-cache-action action to v12 2025-07-03 17:32:07 +00:00
3 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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