chore(deps): update determinatesystems/magic-nix-cache-action action to v8
All checks were successful
/ check (nvimDev) (push) Successful in 5s
/ check (nvimHeadless) (push) Successful in 3s
/ check (nvimNoBundledBins) (push) Successful in 4s
/ check (nvimNoLsp) (push) Successful in 4s
/ check (nvimNoTSGrammars) (push) Successful in 5s
/ check (treefmt) (push) Successful in 2s
/ build (audiomenu) (push) Successful in 0s
/ build (docs) (push) Successful in 0s
/ build (jpassmenu) (push) Successful in 0s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s
/ report-size (push) Successful in 3s

| 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"