ci: update determinatesystems/magic-nix-cache-action action to v8 (#335)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-21 16:17:55 -04:00 committed by GitHub
parent 13665eb136
commit f4c051d174
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ jobs:
uses: cachix/install-nix-action@V27 uses: cachix/install-nix-action@V27
- name: Setup cache - name: Setup cache
uses: DeterminateSystems/magic-nix-cache-action@v7 uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Run tests - name: Run tests
run: | run: |

View file

@ -30,7 +30,7 @@ jobs:
uses: cachix/install-nix-action@V27 uses: cachix/install-nix-action@V27
- name: Setup cache - name: Setup cache
uses: DeterminateSystems/magic-nix-cache-action@v7 uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Run build - name: Run build
run: | run: |