From a7c216828ecb087db9b9252a7432a811e9fea7de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:43:57 +0000 Subject: [PATCH] Bump cachix/install-nix-action from 27 to 29 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 27 to 29. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/ba0dd844c9180cbf77aa72a116d6fbc515d0e87b...9f70348d77d0422624097c4b7a75563948901306) --- 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/nix-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix-test.yaml b/.github/workflows/nix-test.yaml index b35c72b2..18468f78 100644 --- a/.github/workflows/nix-test.yaml +++ b/.github/workflows/nix-test.yaml @@ -10,7 +10,7 @@ jobs: with: fetch-depth: 0 - name: Install Nix - uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27 + uses: cachix/install-nix-action@9f70348d77d0422624097c4b7a75563948901306 # v29 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}