build(deps): bump cachix/install-nix-action from 20 to 22

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 22.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v20...v22)

---
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-06-19 12:00:17 +00:00 committed by GitHub
parent 6b32c7cd77
commit 3b7c314878
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@v20
uses: cachix/install-nix-action@v22
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@v20
uses: cachix/install-nix-action@v22
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@v20
uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: "Install Cachix"