Skip to content

Commit 8f67da3

Browse files
cdeckerrustyrussell
authored andcommitted
nix: Upgrade channel and flake checker actions
1 parent 516861c commit 8f67da3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,11 +605,11 @@ jobs:
605605
with:
606606
submodules: "recursive"
607607
- name: Check Nix flake inputs
608-
uses: DeterminateSystems/flake-checker-action@v8
608+
uses: DeterminateSystems/flake-checker-action@v12
609609
- name: Install Nix
610-
uses: cachix/install-nix-action@V27
610+
uses: cachix/install-nix-action@V31
611611
with:
612-
nix_path: nixpkgs=channel:nixos-24.05
612+
nix_path: nixpkgs=channel:nixos-25.05
613613
- name: Check flake
614614
run: nix flake check .?submodules=1#
615615

0 commit comments

Comments
 (0)