Skip to content

Commit 0b427ad

Browse files
authored
docs: pin sloth to v1 in README.md (#155)
1 parent 1ec67a4 commit 0b427ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-24.04
4242
steps:
4343
- name: Sloth
44-
uses: lendable/sloth@v0
44+
uses: lendable/sloth@v1
4545
with:
4646
token: ${{ secrets.GITHUB_TOKEN }}
4747
```
@@ -88,7 +88,7 @@ Set `allow-empty: "true"` to let Sloth succeed when no other checks are found. T
8888

8989
```yaml
9090
- name: Sloth
91-
uses: lendable/sloth@v0
91+
uses: lendable/sloth@v1
9292
with:
9393
token: ${{ secrets.GITHUB_TOKEN }}
9494
allow-empty: "true"

0 commit comments

Comments
 (0)