From 8f67da33b5479a1c43901b9de609ff7bbd8fbfe9 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Wed, 13 Aug 2025 18:18:51 +0200 Subject: [PATCH] nix: Upgrade channel and flake checker actions --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4aabb1de5..d635abbd5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -605,11 +605,11 @@ jobs: with: submodules: "recursive" - name: Check Nix flake inputs - uses: DeterminateSystems/flake-checker-action@v8 + uses: DeterminateSystems/flake-checker-action@v12 - name: Install Nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V31 with: - nix_path: nixpkgs=channel:nixos-24.05 + nix_path: nixpkgs=channel:nixos-25.05 - name: Check flake run: nix flake check .?submodules=1#