From 58be34c52ab681e81f6a0f9d52b8b4b1c565c6ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:11:30 +0000 Subject: [PATCH] build(deps): bump cachix/install-nix-action from 31.1.0 to 31.8.3 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 31.1.0 to 31.8.3. - [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.1.0...v31.8.3) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-version: 31.8.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 09585b3..bd32e6d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,7 +63,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v31.1.0 + - uses: cachix/install-nix-action@v31.8.3 - run: nix build -L - run: nix flake check -L