From 05a1eadff6635153e8068c0a3ba54cd3a598ae61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 04:05:30 +0000 Subject: [PATCH] chore(ci)(deps): bump cachix/install-nix-action from 23 to 29 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 23 to 29. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v23...v29) --- updated-dependencies: - dependency-name: cachix/install-nix-action 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..405b1c1 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@v29 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@v29 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@v29 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}