diff --git a/action.yml b/action.yml index 3bc02dd..8cb00c4 100644 --- a/action.yml +++ b/action.yml @@ -17,11 +17,11 @@ runs: SLACK_MESSAGE: "${{ steps.slackify.outputs.text }}" GITHUB_RUN: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}" ENABLE_ESCAPES: "true" - uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.2.1" + uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.0" - name: "Slack Notification (Unformatted)" if: env.SLACKIFY_MARKDOWN != 'true' - uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.2.1" + uses: "docker://ghcr.io/rtcamp/action-slack-notify:v2.3.0" env: GITHUB_RUN: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}" branding: