Update README.md to say v4

This commit is contained in:
Graham Christensen 2023-06-06 10:25:36 -04:00 committed by GitHub
parent 65d7c888b2
commit ca688cebfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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