From 6248162278df311c38ae0ce116724df8f8ae116b Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Mon, 15 Aug 2022 14:07:41 +0200 Subject: [PATCH] Update readme for v1.3.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35d281c..033ac73 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This action uses [Talisman](https://thoughtworks.github.io/talisman/) to scan th ```yml steps: - name: Detect secrets with Talisman in incoming commits - uses: carhartl/talisman-secrets-scan-action@v1.2.1 + uses: carhartl/talisman-secrets-scan-action@v1.3.0 ``` ## Caveat