diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 498586b..3a5a433 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v14 + - uses: DeterminateSystems/nix-installer-action@v16 # - uses: DeterminateSystems/magic-nix-cache-action@v2 # Evaluate the devshell here so that the time reported for subsequent @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v14 + - uses: DeterminateSystems/nix-installer-action@v16 # - uses: DeterminateSystems/magic-nix-cache-action@v2 # Evaluate the devshell here so that the time reported for subsequent