From 606463e7c94f60c51df790d214835ed647651d8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 13:06:27 +0000 Subject: [PATCH] build(deps): bump cachix/install-nix-action from 31.1.0 to 31.5.0 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 31.1.0 to 31.5.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/v31.1.0...v31.5.0) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-version: 31.5.0 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..583c38e 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.0 - run: nix build -L - run: nix flake check -L