From 56941652799bf9270c5e74d2e1ddbeae16565698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 00:47:03 +0000 Subject: [PATCH] chore(deps): bump cachix/cachix-action from 10 to 12 Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 10 to 12. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v10...v12) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... 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 8532d5c..7ad0468 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Build with cachix - uses: cachix/cachix-action@v10 + uses: cachix/cachix-action@v12 with: name: hakyll-nix-template authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}