diff --git a/.github/workflows/flake.yml b/.github/workflows/flake.yml index 213d990d..c7e22fa7 100644 --- a/.github/workflows/flake.yml +++ b/.github/workflows/flake.yml @@ -16,6 +16,6 @@ jobs: - name: Check Nix flake inputs uses: DeterminateSystems/flake-checker-action@v5 # This action - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v4 + uses: DeterminateSystems/nix-installer-action@v5 - name: Nix Flake Check run: nix flake check --all-systems