From 127e3e96afcddf2191a4b3d93adb16a139b873b2 Mon Sep 17 00:00:00 2001 From: Cole Helbling 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 ```