From 6de4a06efab10a9197a2e48a19a6939ebb7abfdb Mon Sep 17 00:00:00 2001 From: Marcin Michalski Date: Thu, 6 Aug 2026 11:55:35 +0200 Subject: [PATCH] docs: pin sloth to v1 in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c794d807..4a6db19c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Sloth - uses: lendable/sloth@v0 + uses: lendable/sloth@v1 with: token: ${{ secrets.GITHUB_TOKEN }} ``` @@ -88,7 +88,7 @@ Set `allow-empty: "true"` to let Sloth succeed when no other checks are found. T ```yaml - name: Sloth - uses: lendable/sloth@v0 + uses: lendable/sloth@v1 with: token: ${{ secrets.GITHUB_TOKEN }} allow-empty: "true"