chore(deps): update cachix/install-nix-action action to v21

This commit is contained in:
renovate[bot] 2023-05-24 14:21:39 +00:00 committed by GitHub
parent 42ceaa0015
commit 42f9eccb17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -587,7 +587,7 @@ jobs:
submodules: 'true' submodules: 'true'
- name: Install nix - name: Install nix
if: inputs.build_type == 'Debug' if: inputs.build_type == 'Debug'
uses: cachix/install-nix-action@v20 uses: cachix/install-nix-action@v21
with: with:
install_url: https://nixos.org/nix/install install_url: https://nixos.org/nix/install
extra_nix_config: | extra_nix_config: |