From b80ec236d9d54b3dcaedcd6ab9f6e18acb560fd7 Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Mon, 20 Sep 2021 09:27:30 +0200 Subject: [PATCH] Make example work with proper version As released.. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 697c004..5b91301 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This action uses [Talisman](https://thoughtworks.github.io/talisman/) to scan th ## Example usage ```yml -uses: carhartl/talisman-secrets-scan-action@v1 +uses: carhartl/talisman-secrets-scan-action@v1.0 ``` ## Caveat