From c48d29805dcac805976dd607d892295a2861f460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 15:14:03 +0000 Subject: [PATCH] build: bump cachix/install-nix-action from 31.10.6 to 31.10.7 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 31.10.6 to 31.10.7. - [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/8aa03977d8d733052d78f4e008a241fd1dbf36b3...a49548c11d9846ad46ecc0115273879b045f001c) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-version: 31.10.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 74b0f6a..639679e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: - macos-latest runs-on: ${{ matrix.os }} steps: - - uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3 + - uses: cachix/install-nix-action@a49548c11d9846ad46ecc0115273879b045f001c - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - run: nix flake show - run: nix flake lock --no-update-lock-file @@ -31,6 +31,6 @@ jobs: runs-on: ${{ matrix.os }} timeout-minutes: 30 steps: - - uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3 + - uses: cachix/install-nix-action@a49548c11d9846ad46ecc0115273879b045f001c - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - run: nix flake check -L --keep-going