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

This commit is contained in:
renovate[bot] 2024-09-09 19:31:49 +00:00 committed by Sefa Eyeoglu
parent 9ef09b772f
commit ea9e3ada98
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v13 uses: DeterminateSystems/nix-installer-action@v13
- name: Setup Nix cache - name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v7 uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Build Docker image - name: Build Docker image
id: build id: build

View file

@ -23,7 +23,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v13 uses: DeterminateSystems/nix-installer-action@v13
- name: Setup Nix cache - name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v7 uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Build refraction - name: Build refraction
run: nix build --fallback --print-build-logs run: nix build --fallback --print-build-logs
@ -45,7 +45,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v13 uses: DeterminateSystems/nix-installer-action@v13
- name: Setup Nix cache - name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v7 uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Run checks - name: Run checks
run: | run: |