From 58667685b9ceaa402124282c4d54a7fcf520038f Mon Sep 17 00:00:00 2001 From: Riddhesh Sanghvi Date: Tue, 8 Dec 2020 15:41:47 +0530 Subject: [PATCH] Update docker image version for new release Signed-off-by: Riddhesh Sanghvi --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 342a6a5..eca4c5f 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: 'This action will send a notification to Slack' author: 'rtCamp' runs: using: 'docker' - image: 'docker://ghcr.io/rtcamp/action-slack-notify:v2.1.1' + image: 'docker://ghcr.io/rtcamp/action-slack-notify:v2.1.2' branding: icon: 'bell' color: 'yellow'