From c6cb15b9c88ef50a2464251413555022352f61e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 12:02:43 +0000 Subject: [PATCH] build(deps): bump cachix/install-nix-action from 18 to 20 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 20. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v18...v20) --- 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/Cabal-Linux-Remote.yml | 2 +- .github/workflows/On-Release-Cabal-Linux.yml | 2 +- .github/workflows/Optional-Nix-dev-env-main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Cabal-Linux-Remote.yml b/.github/workflows/Cabal-Linux-Remote.yml index efdedc7e..2c0d7faf 100644 --- a/.github/workflows/Cabal-Linux-Remote.yml +++ b/.github/workflows/Cabal-Linux-Remote.yml @@ -44,7 +44,7 @@ jobs: # Still required for Remote - name: "Install Nix" - uses: cachix/install-nix-action@v18 + uses: cachix/install-nix-action@v20 if: matrix.packageRoot == 'hnix-store-remote' # Remote: Enabling testsuite, because it requires networking in the default Nix environment. diff --git a/.github/workflows/On-Release-Cabal-Linux.yml b/.github/workflows/On-Release-Cabal-Linux.yml index aa002611..fd16f378 100644 --- a/.github/workflows/On-Release-Cabal-Linux.yml +++ b/.github/workflows/On-Release-Cabal-Linux.yml @@ -43,7 +43,7 @@ jobs: # Still required for Remote - name: "Install Nix" - uses: cachix/install-nix-action@v18 + uses: cachix/install-nix-action@v20 if: matrix.packageRoot == 'hnix-store-remote' # Remote: Enabling testsuite, because it requires networking in the default Nix environment. diff --git a/.github/workflows/Optional-Nix-dev-env-main.yml b/.github/workflows/Optional-Nix-dev-env-main.yml index 1b3b77fe..e8514213 100644 --- a/.github/workflows/Optional-Nix-dev-env-main.yml +++ b/.github/workflows/Optional-Nix-dev-env-main.yml @@ -32,7 +32,7 @@ jobs: with: submodules: recursive - name: "Install Nix" - uses: cachix/install-nix-action@v18 + uses: cachix/install-nix-action@v20 with: nix_path: nixpkgs=channel:nixos-unstable - name: "Install Cachix"