From 8f6e587858a2e5082521b2546c2c8a3c0859f328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 00:02:40 +0000 Subject: [PATCH] chore(deps): bump cachix/cachix-action from 10 to 11 Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 10 to 11. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v10...v11) --- 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 4597f70..261e5d7 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@v11 with: name: hakyll-nix-template authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}