From cfa46ca47f61e2add07bbf5fb04942aa216f2cd7 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 7 Mar 2025 16:36:14 -0300 Subject: [PATCH] Use flakehub-cache-action --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8527fe8..c1a295a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: with: fail-mode: false - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: DeterminateSystems/flakehub-cache-action@main - name: Check Nix formatting run: | @@ -152,7 +152,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 .#devShells.${{ matrix.system.nix-system }}.default