From ca688cebfe42534766c86f8ca1e852118b186583 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Tue, 6 Jun 2023 10:25:36 -0400 Subject: [PATCH] Update README.md to say v4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . ```