From 347c1e84486ae7b6a942c70c6dc5741b79784d7e Mon Sep 17 00:00:00 2001
From: Cole Helbling <cole.helbling@determinate.systems>
Date: Tue, 19 Oct 2021 12:01:32 -0700
Subject: [PATCH] README: suggest release instead of branch name

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 396cba0..af60cab 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,6 @@ jobs:
       - name: Checkout repository
         uses: actions/checkout@v2
       - name: Update flake.lock
-        uses: DeterminateSystems/update-flake-lock@main
+        uses: DeterminateSystems/update-flake-lock@v1
 ```