From 77bf1fed0599d91122370f7bee4a9f86605e0709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 17:26:28 +0000 Subject: [PATCH] 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/cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index ddd441e..19e9d0d 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -48,7 +48,7 @@ jobs: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Setup Cachix - uses: cachix/cachix-action@v10 + uses: cachix/cachix-action@v12 with: name: goki authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"