From b330748f6d323d8abbfb1d393886c5d35fd617cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Nov 2020 00:17:45 +0000 Subject: [PATCH] chore(deps): bump cachix/cachix-action from v6 to v7 Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from v6 to v7. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v6...e689c31e6e563e2ebb55fd6ff48b8337c64a54d1) Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9ca462a..df2c918 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: skip_adding_nixpkgs_channel: true - name: Build with cachix - uses: cachix/cachix-action@v6 + uses: cachix/cachix-action@v7 with: name: hakyll-nix-template signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}