From c33737706dea87cd7784c687dadc9adf1be59990 Mon Sep 17 00:00:00 2001 From: Riddhesh Sanghvi Date: Wed, 23 Oct 2024 11:53:33 +0530 Subject: [PATCH] Update action image version to v2.3.2 Signed-off-by: Riddhesh Sanghvi --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e616d08..01cfd83 100644 --- a/action.yml +++ b/action.yml @@ -41,11 +41,11 @@ runs: SLACK_MESSAGE_ON_CANCEL: "${{ steps.slackify_cancel_message.outputs.text || env.SLACK_MESSAGE_ON_CANCEL }}" GITHUB_RUN: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}" ENABLE_ESCAPES: "true" - uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.1" + uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.2" - name: "Slack Notification (Unformatted)" if: env.SLACKIFY_MARKDOWN != 'true' - uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.1" + uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.2" env: GITHUB_RUN: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}" branding: