From 9b27fe35a5fd90d197ecb453dc78f6de56bd2b83 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Tue, 17 Jan 2023 10:51:47 -0800 Subject: [PATCH] Update action section in readme with tag (#189) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b61e3c8..5db48da 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Nix - uses: DeterminateSystems/nix-installer-action + uses: DeterminateSystems/nix-installer-action@main with: # Allow the installed Nix to make authenticated Github requests. # If you skip this, you will likely get rate limited.