Merge pull request #26 from nix-community/dependabot/github_actions/cachix/install-nix-action-v11
Bump cachix/install-nix-action from v10 to v11
This commit is contained in:
commit
2f0eb1b7ae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v2.3.3
|
||||
- name: Install nix
|
||||
uses: cachix/install-nix-action@v10
|
||||
uses: cachix/install-nix-action@v11
|
||||
with:
|
||||
nix_path: "${{ matrix.nixPath }}"
|
||||
- name: Show nixpkgs version
|
||||
|
|
Loading…
Reference in a new issue