From c9f561adb85fab2ae8642c0b5089151e18dc3a0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 18:01:06 +0000 Subject: [PATCH] Bump cachix/cachix-action from 8 to 12 Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 8 to 12. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v8...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/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 65add8e..33ea019 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: with: nix_path: nixpkgs=channel:nixpkgs-20.09-darwin - name: Configure Cachix - uses: cachix/cachix-action@v8 + uses: cachix/cachix-action@v12 with: name: '${{ secrets.CACHIX_CACHE_NAME }}' signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'