diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c8afe0..980f6a4 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@v11 + - uses: DeterminateSystems/nix-installer-action@v12 # - 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@v11 + - uses: DeterminateSystems/nix-installer-action@v12 # - uses: DeterminateSystems/magic-nix-cache-action@v2 # Evaluate the devshell here so that the time reported for subsequent