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