From c1bc4be4da74cb23dcc8fea25b4a0ecd8e25f29a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 15:49:10 +0000 Subject: [PATCH] build(deps): bump cachix/install-nix-action from 31.1.0 to 31.5.1 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 31.1.0 to 31.5.1. - [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.5.1) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-version: 31.5.1 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..5ce88a1 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.5.1 - run: nix build -L - run: nix flake check -L