From 243cfb72531345bf447d67a051f477b2689b86ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 11:31:50 +0000 Subject: [PATCH] build(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/nix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 56728d41c..685eb4f21 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -27,7 +27,7 @@ jobs: experimental-features = nix-command flakes nix_path: nixpkgs=channel:nixos-unstable - name: Setup cachix - uses: cachix/cachix-action@v10 + uses: cachix/cachix-action@v12 with: name: harmony authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'