From a19ed3adbc3f0ce2dd7e66be22985b33e467f486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 04:04:10 +0000 Subject: [PATCH] chore(ci)(deps): bump cachix/install-nix-action from 23 to 31 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 23 to 31. - [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/v23...v31) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-version: '31' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f082f30..16a502a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: other: "--lib" - name: Install Nix - uses: cachix/install-nix-action@v23 + uses: cachix/install-nix-action@v31 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} @@ -161,7 +161,7 @@ jobs: run: pre-commit install - name: Install Nix - uses: cachix/install-nix-action@v23 + uses: cachix/install-nix-action@v31 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} @@ -242,7 +242,7 @@ jobs: run: pre-commit install - name: Install Nix - uses: cachix/install-nix-action@v23 + uses: cachix/install-nix-action@v31 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}