From 3808a56703b76672ba08e02f02de3a11503a767e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:25:55 +0000 Subject: [PATCH] Bump cachix/install-nix-action from 25 to 26 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 25 to 26. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v25...v26) --- 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_NixPy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI_NixPy.yml b/.github/workflows/CI_NixPy.yml index f32a5fb..081e019 100644 --- a/.github/workflows/CI_NixPy.yml +++ b/.github/workflows/CI_NixPy.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 1 - name: Install/Setup - NIX - uses: cachix/install-nix-action@v25 + uses: cachix/install-nix-action@v26 with: nix_path: nixpkgs=channel:nixos-unstable extra_nix_config: | @@ -50,7 +50,7 @@ jobs: fetch-depth: 1 - name: Install/Setup - NIX - uses: cachix/install-nix-action@v25 + uses: cachix/install-nix-action@v26 with: nix_path: nixpkgs=channel:nixos-unstable extra_nix_config: | @@ -72,7 +72,7 @@ jobs: fetch-depth: 1 - name: Install/Setup - NIX - uses: cachix/install-nix-action@v25 + uses: cachix/install-nix-action@v26 with: nix_path: nixpkgs=channel:nixos-unstable extra_nix_config: | @@ -94,7 +94,7 @@ jobs: # fetch-depth: 1 # - name: Install/Setup - NIX - # uses: cachix/install-nix-action@v25 + # uses: cachix/install-nix-action@v26 # with: # nix_path: nixpkgs=channel:nixos-unstable # extra_nix_config: |