From 3e0faa98390c078ab88bcaa245f1713acad8108a Mon Sep 17 00:00:00 2001 From: melbinjp Date: Tue, 18 Aug 2026 23:22:56 +0530 Subject: [PATCH] docs: pin the CI snippet at v0.1.4 Same order as last time: after the tag exists, so main never names a tag that is not there. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7fb1485..523f9db 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ clean bill of health nobody examined is worth less than nothing. - uses: actions/checkout@v4 with: fetch-depth: 0 # docproof needs history to tell drift from an example -- uses: melbinjp/docproof@v0.1.3 +- uses: melbinjp/docproof@v0.1.4 ``` **Both lines are load-bearing, and the action refuses to run without the first.** @@ -333,7 +333,7 @@ A gate that fails on day one gets removed on day one. `--exit-zero` prints the f leaves the run green, so you can adopt this while you are still working through them: ```yaml -- uses: melbinjp/docproof@v0.1.3 +- uses: melbinjp/docproof@v0.1.4 with: fail-on-findings: false ``` @@ -393,7 +393,7 @@ never existed, so `docproof` reports that and judges nothing rather than guessin - uses: actions/checkout@v4 with: fetch-depth: 0 # docproof needs history to tell drift from an example -- uses: melbinjp/docproof@v0.1.3 +- uses: melbinjp/docproof@v0.1.4 ``` **The action refuses to run without `fetch-depth: 0`, on purpose.** Measured on