1
0
Fork 0

Merge pull request #32 from nix-community/dependabot/github_actions/cachix/install-nix-action-v12

Bump cachix/install-nix-action from v11 to v12
main
Jörg Thalheim 2020-11-09 13:03:25 +01:00 committed by GitHub
commit b63ee49d18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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@v11 uses: cachix/install-nix-action@v12
with: with:
nix_path: "${{ matrix.nixPath }}" nix_path: "${{ matrix.nixPath }}"
- name: Show nixpkgs version - name: Show nixpkgs version