From be33961ea69b1cc3a71b9688d1623506d11b61b9 Mon Sep 17 00:00:00 2001 From: Luc Perkins <lucperkins@gmail.com> Date: Fri, 21 Mar 2025 11:36:14 -0300 Subject: [PATCH] Switch to flakehub-cache-action --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 038a22d..62f10fb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: DeterminateSystems/flakehub-cache-action@main - run: nix develop --command pnpm install - run: nix develop --command pnpm run format - run: nix develop --command pnpm run lint