@cryptotaxi247 / infra-1 / commits / 0bfefb13

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

renovate[bot] committed Aug 19, 2024 at 12:49 UTC 0bfefb1312fd1775e9fa1d27f0d0deeffc5dcf56
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@v2
21 + - uses: DeterminateSystems/magic-nix-cache-action@v7
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@v2
35 + - uses: DeterminateSystems/magic-nix-cache-action@v7
36 - run: nix build '.#nixosConfigurations."${{ matrix.machine }}.nixos.org".config.system.build.toplevel'