From 99f966b4fc729a55cbc16f4dfc0a01eaf3b997a3 Mon Sep 17 00:00:00 2001 From: Eoghan Conlon Date: Fri, 21 Feb 2025 13:13:02 +0000 Subject: [PATCH] Bumping the install-nix-action version Signed-off-by: Eoghan Conlon --- docker_nix/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker_nix/action.yml b/docker_nix/action.yml index 4f4371f..461e697 100644 --- a/docker_nix/action.yml +++ b/docker_nix/action.yml @@ -9,7 +9,7 @@ runs: apt update apt upgrade -y apt install -y sudo - - uses: https://github.com/cachix/install-nix-action@v29 + - uses: https://github.com/cachix/install-nix-action@v30 with: nix_path: nixpkgs=channel:nixos-unstable extra_nix_config: |