From 474befe07d08e9b33aa4810e7107bca589074dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:04:11 +0000 Subject: [PATCH] Deps (Actions): Bump cachix/install-nix-action from 20 to 23 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 23. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v20...v23) --- 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a8d35f5a..c57020751 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: needs: [build, build-sdk, build-docs] steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v20 + - uses: cachix/install-nix-action@v23 with: nix_path: nixpkgs=channel:nixos-unstable - uses: cachix/cachix-action@v12