From b4bf5f8f60c59dcb6d4ea51e05f9d2164ce5f00f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:20:32 +0000 Subject: [PATCH] Build(deps): bump cachix/install-nix-action from V28 to 30 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V28 to 30. This release includes the previously tagged commit. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/V28...v30) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3a15f72..6135529 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: run: rustup show - name: Install nix - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v30 with: nix_path: nixpkgs=channel:nixos-unstable @@ -45,7 +45,7 @@ jobs: run: rustup show - name: Install nix - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v30 with: nix_path: nixpkgs=channel:nixos-unstable