From 171f70249a94e0233093e4afb0ab89d2a4ab0af7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 13:36:18 +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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3a0f28..6f8f1d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v16 - - uses: cachix/cachix-action@v10 + - uses: cachix/cachix-action@v12 with: name: tree-grepper authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v16 - - uses: cachix/cachix-action@v10 + - uses: cachix/cachix-action@v12 with: name: tree-grepper skipPush: true