diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef7174c30..230d4590d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,5 +17,5 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main with: flakehub: true - - uses: DeterminateSystems/magic-nix-cache-action@main - - run: nix build + - uses: DeterminateSystems/flakehub-cache-action@main + - run: nix build -L diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa5f934ff..8d3aa5d01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main with: flakehub: true - - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: DeterminateSystems/flakehub-cache-action@main - run: | nix build -L \ .#hydraJobs.tests.functional_user \ @@ -104,5 +104,5 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main with: flakehub: true - - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: DeterminateSystems/flakehub-cache-action@main - run: nix build -L --out-link ./new-nix && PATH=$(pwd)/new-nix/bin:$PATH MAX_FLAKES=25 flake-regressions/eval-all.sh diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14e4c5fa5..e58827a9c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,5 +17,5 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main with: flakehub: true - - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: DeterminateSystems/flakehub-cache-action@main - run: nix flake check -L