From 0baf2e1e02ba64f6cec89bff570fe4bb595c6a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Dec 2020 08:59:31 +1100 Subject: [PATCH] build(deps): bump cachix/cachix-action from v6 to v8 (#4) Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from v6 to v8. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v6...6e4751ed42b22f60165d3f266cfa4cce66ae406d) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 253aed6..ba50dc7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: - name: Show nixpkgs version run: nix-instantiate --eval -E '(import {}).lib.version' - name: Setup cachix - uses: cachix/cachix-action@v6 + uses: cachix/cachix-action@v8 if: ${{ matrix.cachixName != '' }} with: name: ${{ matrix.cachixName }}