From 1060f4654b16047c3a74e34e5f0be1fd5d17b9ab Mon Sep 17 00:00:00 2001 From: Fabrizio Ferrai Date: Thu, 30 Jan 2025 21:56:37 +0100 Subject: [PATCH] CI: fix workflow action deprecation --- .github/workflows/nix-flake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix-flake.yml b/.github/workflows/nix-flake.yml index ac8e7ec4d..fa5082dfc 100644 --- a/.github/workflows/nix-flake.yml +++ b/.github/workflows/nix-flake.yml @@ -18,7 +18,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 - name: "Check `nix develop` shell can open" run: nix develop --command "echo" # this Flake has no build target