Merge pull request #27 from DeterminateSystems/bump-readme

Update README.md to say v4
This commit is contained in:
Graham Christensen 2023-06-06 13:05:06 -04:00 committed by GitHub
commit 677cbc8aa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v3
uses: DeterminateSystems/nix-installer-action@v4
- name: Run `nix build`
run: nix build .
```