From 65e6fc1ce697e2df8149d9ae9909acc5ec5599ce Mon Sep 17 00:00:00 2001 From: Riddhesh Sanghvi Date: Thu, 17 Oct 2024 17:57:43 +0530 Subject: [PATCH] Update action image version to v2.3.1 Signed-off-by: Riddhesh Sanghvi --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index f64d364..e616d08 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.0" + uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.1" - name: "Slack Notification (Unformatted)" if: env.SLACKIFY_MARKDOWN != 'true' - uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.0" + uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.1" env: GITHUB_RUN: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}" branding: