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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-01 12:02:43 +00:00 committed by GitHub
parent 9361566a5a
commit c6cb15b9c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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"