From d5519dddb1de9046df19cd30bea49c40723114ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:33:39 +0100 Subject: [PATCH] chore(deps): bump cachix/install-nix-action from V28 to 29 (#1382) Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V28 to 29. 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...v29) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 451aae06c..2916bc551 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -13,7 +13,7 @@ jobs: with: submodules: true - name: nix - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v29 with: nix_path: nixpkgs=channel:nixos-unstable - run: nix develop .#check -c make nix-tests @@ -25,7 +25,7 @@ jobs: with: submodules: true - name: nix - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v29 with: nix_path: nixpkgs=channel:nixos-unstable - run: nix develop .#fmt -c make nix-fmt