@cryptotaxi247 / infra / commits / 69719be6

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

renovate[bot] committed Jan 21, 2025 at 20:25 UTC 69719be69a8c378dd010846cef48c9ba5f952d49
1 file changed +3 -3
.github/workflows/ci.yml
+3 -3
@@ -18,7 +18,7 @@ jobs:
18 steps:
19 - uses: actions/checkout@v4
20 - uses: cachix/install-nix-action@v30
21 - - uses: DeterminateSystems/magic-nix-cache-action@v8
21 + - uses: DeterminateSystems/magic-nix-cache-action@v9
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,7 +32,7 @@ jobs:
32 steps:
33 - uses: actions/checkout@v4
34 - uses: cachix/install-nix-action@v30
35 - - uses: DeterminateSystems/magic-nix-cache-action@v8
35 + - uses: DeterminateSystems/magic-nix-cache-action@v9
36 - run: nix build '.#nixosConfigurations."${{ matrix.machine }}.nixos.org".config.system.build.toplevel'
37 nix-darwin:
38 runs-on: macos-latest
@@ -42,5 +42,5 @@ jobs:
42 steps:
43 - uses: actions/checkout@v4
44 - uses: cachix/install-nix-action@v30
45 - - uses: DeterminateSystems/magic-nix-cache-action@v8
45 + - uses: DeterminateSystems/magic-nix-cache-action@v9
46 - run: nix build '.#darwinConfigurations."${{ matrix.machine }}".config.system.build.toplevel'