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

| datasource  | package                                   | from | to |
| ----------- | ----------------------------------------- | ---- | -- |
| github-tags | DeterminateSystems/magic-nix-cache-action | v7   | v8 |
This commit is contained in:
Renovate Bot 2025-01-08 00:50:14 +01:00
parent 6cd9730c53
commit fa6cecf8df
Signed by: renovate
SSH key fingerprint: SHA256:Ok6vtqmmerU0tEwRrmaddAKicKgaATKobBC7exAUPLo

View file

@ -16,7 +16,7 @@ jobs:
with:
source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux"
diagnostic-endpoint: ""
- uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Run `nix flake check`
run: |
nix flake check --verbose --keep-going
@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: DeterminateSystems/magic-nix-cache-action@v8
- uses: DeterminateSystems/nix-installer-action@v13
with:
source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux"