From 8115f8372d5575c09186b367bd642b83605d0e1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 07:39:42 +0000 Subject: [PATCH] build(deps): bump cachix/install-nix-action from 23 to 25 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 23 to 25. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v23...v25) --- 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 f53b5e76..611b6ee3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: echo ::set-output name=short::$(git rev-parse --short HEAD) - name: Install nix - uses: cachix/install-nix-action@v23 + uses: cachix/install-nix-action@v25 with: nix_path: nixpkgs=channel:nixos-unstable