From 77bddc54219a106e8419bf040da65b83a6b8e7a8 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Mon, 20 Mar 2023 11:50:11 -0700 Subject: [PATCH] Include version bump in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f21ee5..26c18e1 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@v1 + uses: DeterminateSystems/nix-installer-action@v2 - name: Run `nix build` run: nix build . ```