From ceb50a89317c2f1ee484b63d96995e29192587cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:16:48 +0000 Subject: [PATCH] Bump cachix/install-nix-action from 12 to 13 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 12 to 13. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v12...v13) 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..752051d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: - name: Checkout LFS objects run: git lfs checkout - name: Install Nix - uses: cachix/install-nix-action@v12 + uses: cachix/install-nix-action@v13 with: nix_path: nixpkgs=channel:nixpkgs-20.09-darwin - name: Configure Cachix