From 708a0eb909e636bc46480bdc638a8b4a97d305fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:46:18 +0000 Subject: [PATCH] build(deps): bump cachix/install-nix-action Bumps the gha-version-updates group with 1 update: [cachix/install-nix-action](https://github.com/cachix/install-nix-action). Updates `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/v29...v30) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-version-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 472771f..870b717 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -32,7 +32,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: "Install Nix" - uses: cachix/install-nix-action@v29 + uses: cachix/install-nix-action@v30 with: install_url: https://releases.nixos.org/nix/nix-2.18.4/install - name: "Set Up Binary Cache"