Merge pull request #42 from nix-community/dependabot/github_actions/cachix/install-nix-action-v13

Bump cachix/install-nix-action from v12 to v13
This commit is contained in:
Jörg Thalheim 2021-04-05 06:39:09 +01:00 committed by GitHub
commit 963a4385d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2.3.4
- name: Install nix - name: Install nix
uses: cachix/install-nix-action@v12 uses: cachix/install-nix-action@v13
with: with:
nix_path: "${{ matrix.nixPath }}" nix_path: "${{ matrix.nixPath }}"
- name: Show nixpkgs version - name: Show nixpkgs version