Update README.md with latest v3 version

Updates readme to reflect latest `v3` release of the action.
This commit is contained in:
Alex Jackson 2023-05-30 10:28:21 -05:00 committed by GitHub
parent 129f079024
commit 9c5d3b3cb7
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@v2
uses: DeterminateSystems/nix-installer-action@v3
- name: Run `nix build`
run: nix build .
```