From 0ad159b6564150e3c63908da748c607a55019678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 20:34:33 +0100 Subject: [PATCH] chore(deps): bump cachix/install-nix-action from 26 to 27 (#1288) Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 27. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v26...V27) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... 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 19ab45858..cf0332856 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@v26 + uses: cachix/install-nix-action@V27 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@v26 + uses: cachix/install-nix-action@V27 with: nix_path: nixpkgs=channel:nixos-unstable - run: nix develop .#fmt -c make nix-fmt