From 2dda235aa6007b9b4e33133e4259f2ee2a086e7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 16:17:51 +0000 Subject: [PATCH] build(deps): bump cachix/install-nix-action from 31.9.0 to 31.10.4 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 31.9.0 to 31.10.4. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md) - [Commits](https://github.com/cachix/install-nix-action/compare/v31.9.0...v31.10.4) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-version: 31.10.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/nix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index d066d31..7eeb805 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -32,7 +32,7 @@ jobs: # Exit early if no relevant files are updated - name: Install Nix - uses: cachix/install-nix-action@v31.9.0 + uses: cachix/install-nix-action@v31.10.4 if: steps.changed-files.outputs.files == 'true' with: nix_path: nixpkgs=channel:nixos-unstable