From 610f32a4738803968d446205c38711111d972105 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Thu, 2 Mar 2023 10:37:43 -0800 Subject: [PATCH] README: use tagged release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9724efb..e0d84be 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@main + uses: DeterminateSystems/nix-installer-action@v1 - name: Run `nix build` run: nix build . ```