README: bump

This commit is contained in:
Domen Kožar 2019-10-03 17:40:55 +02:00 committed by GitHub
parent e3eb20c3db
commit 65ed8d8b59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: cachix/install-nix-action@v2
- uses: cachix/install-nix-action@v3
- run: nix-build
```