build(deps): bump cachix/install-nix-action from 17 to 18

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 17 to 18.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v17...v18)

---
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] 2022-10-13 11:23:39 +00:00 committed by GitHub
parent f4580e924a
commit 070c206f1b
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@v17
uses: cachix/install-nix-action@v18
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@v17
uses: cachix/install-nix-action@v18
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@v17
uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: "Install Cachix"