From 4b863c0e28f97aca04512f2c65f77af08a80ce2e Mon Sep 17 00:00:00 2001 From: SuperSandroBot Date: Sat, 1 Feb 2025 22:52:26 +0100 Subject: [PATCH] Update DeterminateSystems/magic-nix-cache-action action to v9 (#49) --- .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 2855a79..b9829e5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: sed -i'' "s/0\\.0\\.0-git/${{ steps.meta.outputs.version }}/" Cargo.lock - uses: cachix/install-nix-action@v30 - - uses: DeterminateSystems/magic-nix-cache-action@v8 + - uses: DeterminateSystems/magic-nix-cache-action@v9 with: diagnostic-endpoint: false use-flakehub: false