Merge pull request #41 from Profpatsch/gh-actions-update-nix-fetcher

.github: update install-nix-action @v9 -> @v12
This commit is contained in:
Profpatsch 2020-11-30 21:48:09 +01:00 committed by GitHub
commit a2edc737d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -15,5 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v9
- uses: cachix/install-nix-action@v12
with:
nix_path: nixpkgs=channel:nixos-20.09
- run: ./test.sh