Skip to content

Commit c337377

Browse files
committed
Update action image version to v2.3.2
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent 1134e51 commit c337377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ runs:
4141
SLACK_MESSAGE_ON_CANCEL: "${{ steps.slackify_cancel_message.outputs.text || env.SLACK_MESSAGE_ON_CANCEL }}"
4242
GITHUB_RUN: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
4343
ENABLE_ESCAPES: "true"
44-
uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.1"
44+
uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.2"
4545

4646
- name: "Slack Notification (Unformatted)"
4747
if: env.SLACKIFY_MARKDOWN != 'true'
48-
uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.1"
48+
uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.2"
4949
env:
5050
GITHUB_RUN: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
5151
branding:

0 commit comments

Comments
 (0)