From 7590d026e21985b54b87ac5d61f6bcd42c036718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 19:13:37 +0000 Subject: [PATCH] build(deps): bump cachix/install-nix-action from 14.1 to 16 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 14.1 to 16. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v14.1...v16) --- 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 4367d72..9784b43 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: cachix/install-nix-action@v14.1 + - uses: cachix/install-nix-action@v16 with: install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210415_76980a1/install extra_nix_config: |