diff --git a/README.md b/README.md index 12e7638..7f2ce3e 100644 --- a/README.md +++ b/README.md @@ -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 . ```