From ddd8fe1c4afdf48c6ac6129d933e119ad3d9eb35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 18:00:48 +0000 Subject: [PATCH] Bump cachix/install-nix-action from 12 to 17 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 12 to 17. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v12...v17) --- updated-dependencies: - dependency-name: cachix/install-nix-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..1ae989c 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@v17 with: nix_path: nixpkgs=channel:nixpkgs-20.09-darwin - name: Configure Cachix