From 78fa7644d89a9551b1a97ab47116a3121a8773d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 21:25:03 +0000 Subject: [PATCH] Bump cachix/install-nix-action from 24 to 25 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 24 to 25. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v24...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_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 13cd746..f32a5fb 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@v24 + uses: cachix/install-nix-action@v25 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@v24 + uses: cachix/install-nix-action@v25 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@v24 + uses: cachix/install-nix-action@v25 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@v24 + # uses: cachix/install-nix-action@v25 # with: # nix_path: nixpkgs=channel:nixos-unstable # extra_nix_config: |