From e88bb21d64249834c29fd3fbb9460968c7334dc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:37:42 +0000 Subject: [PATCH] Bump cachix/install-nix-action from 29 to 30 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 29 to 30. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/9f70348d77d0422624097c4b7a75563948901306...08dcb3a5e62fa31e2da3d490afc4176ef55ecd72) --- 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 18468f78..72cfd27b 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@9f70348d77d0422624097c4b7a75563948901306 # v29 + uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}