Skip to content

Commit e31e87e

Browse files
committed
Update action image version to v2.3.3
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent b2acbf4 commit e31e87e

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.2"
44+
uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.3"
4545

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

0 commit comments

Comments
 (0)