File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 shell : bash
3636 - name : Notify Slack on failure
3737 if : ${{ failure() }}
38- uses : slackapi/slack-github-action@v2
38+ uses : slackapi/slack-github-action@v3.0.1
3939 with :
4040 webhook : ${{ secrets.SLACK_WEBHOOK }}
4141 webhook-type : incoming-webhook
7171 shell : bash
7272 - name : Notify Slack on failure
7373 if : ${{ failure() }}
74- uses : slackapi/slack-github-action@v2
74+ uses : slackapi/slack-github-action@v3.0.1
7575 with :
7676 webhook : ${{ secrets.SLACK_WEBHOOK }}
7777 webhook-type : incoming-webhook
@@ -105,7 +105,7 @@ jobs:
105105 shell : bash
106106 - name : Notify Slack on failure
107107 if : ${{ failure() }}
108- uses : slackapi/slack-github-action@v2
108+ uses : slackapi/slack-github-action@v3.0.1
109109 with :
110110 webhook : ${{ secrets.SLACK_WEBHOOK }}
111111 webhook-type : incoming-webhook
You can’t perform that action at this time.
0 commit comments