chore(deps): update determinatesystems/magic-nix-cache-action action to v8
renovate[bot] committed
Sep 9, 2024 at 22:32 UTC
9a90955e293daf33dabcdd5676b6af3489d3b869
1 file changed
+2
-2
.github/workflows/ci.yml
+2
-2
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
- uses: cachix/install-nix-action@v27
21
- - uses: DeterminateSystems/magic-nix-cache-action@v7
21
+ - uses: DeterminateSystems/magic-nix-cache-action@v8
22
- run: nix run github:Mic92/nix-fast-build -- --no-nom
23
# all builds combined consume too much disk space... we should soon switch to something else
24
nixos:
@@ -32,5 +32,5 @@ jobs:
32
steps:
33
- uses: actions/checkout@v4
34
- uses: cachix/install-nix-action@v27
35
- - uses: DeterminateSystems/magic-nix-cache-action@v7
35
+ - uses: DeterminateSystems/magic-nix-cache-action@v8
36
- run: nix build '.#nixosConfigurations."${{ matrix.machine }}.nixos.org".config.system.build.toplevel'