From e4f7ca9c30c1f710eccbe142a74b6fb386d95b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 05:02:51 +0000 Subject: [PATCH] :arrow_up: Bump cachix/cachix-action from 14 to 15 Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 14 to 15. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v14...v15) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bdf43c88..6ac186011 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -493,7 +493,7 @@ jobs: # I could not find a way to install tree-grepper without nix # https://github.com/BrianHicks/tree-grepper/issues/293 - uses: cachix/install-nix-action@v25 - - uses: cachix/cachix-action@v14 + - uses: cachix/cachix-action@v15 with: name: tree-grepper - run: nix-env -if https://github.com/BrianHicks/tree-grepper/archive/refs/heads/main.tar.gz