Bump cachix/install-nix-action from 21 to 22 (#1080)

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 21 to 22.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v21...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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1081/head
dependabot[bot] 1 year ago committed by GitHub
parent a7d9290295
commit d0292959ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/hlint.yml
  2. 2
      .github/workflows/nix.yml

@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v21
uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable

@ -18,7 +18,7 @@ jobs:
- macos-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v21
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-build

Loading…
Cancel
Save