diff --git a/.github/workflows/ci-nix.yml b/.github/workflows/ci-nix.yml index b26515ee..63868262 100644 --- a/.github/workflows/ci-nix.yml +++ b/.github/workflows/ci-nix.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v9 - - uses: DeterminateSystems/magic-nix-cache-action@v3 + - uses: DeterminateSystems/magic-nix-cache-action@v4 - run: nix flake check - run: nix develop --command echo 'This step should be done before any other "nix develop" steps because of measuring Nix build time' - run: nix develop --command make deps