Update cachix/install-nix-action action to v22

This commit is contained in:
renovate[bot] 2023-06-16 19:49:52 +00:00 committed by GitHub
parent a844e854e0
commit 4a8a6903c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v21
uses: cachix/install-nix-action@v22
- name: Run nix formatter tool
run: nix fmt -- --fail-on-change

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-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
extra_nix_config: |