.github: update install-nix-action @v9 -> @v12

This commit is contained in:
Profpatsch 2020-11-30 21:44:40 +01:00
parent 8f0840b7c9
commit b6ebed36d1
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