From 6ed743e049115fec19ace3929398e87bbffc5438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 19:56:55 +0000 Subject: [PATCH] Bump cachix/install-nix-action from 31.9.1 to 31.10.0 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 31.9.1 to 31.10.0. - [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/2126ae7fc54c9df00dd18f7f18754393182c73cd...19effe9fe722874e6d46dd7182e4b8b7a43c4a99) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-version: 31.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a929c602..b3f10f34 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -106,7 +106,7 @@ jobs: - uses: actions/checkout@v6.0.2 with: submodules: recursive - - uses: cachix/install-nix-action@2126ae7fc54c9df00dd18f7f18754393182c73cd + - uses: cachix/install-nix-action@19effe9fe722874e6d46dd7182e4b8b7a43c4a99 with: nix_path: nixpkgs=channel:nixos-25.05 - run: |