From 049b5b847bcc012e1fb353e3a5e0e9f5d827981f Mon Sep 17 00:00:00 2001 From: Amaan Iqbal Date: Wed, 1 Apr 2020 17:58:14 +0530 Subject: [PATCH] Update action version to 1.21 in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 896e211..2944449 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: SMS Spam Detection Action - uses: amaaniqbal/sms-spam-detection@v1.18 + uses: amaaniqbal/sms-spam-detection@v1.21 with: # Message to be checked for spam message: "input message to be tested goes here..."