@cryptotaxi247 / infra / commits / 7905e099

build(deps): bump DeterminateSystems/magic-nix-cache-action from 7 to 8

Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 7 to 8. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v7...v8) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>

dependabot[bot] committed Sep 9, 2024 at 22:59 UTC 7905e0993ef21dbab096c7de582e916389c14e44
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'