File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 steps :
113113 - name : Check for failure and notify
114114 if : needs.Test.result == 'failure' && github.repository == 'ultralytics/docs' && (github.event_name == 'schedule' || github.event_name == 'push') && github.run_attempt == '1'
115- uses : slackapi/slack-github-action@v2.1 .1
115+ uses : slackapi/slack-github-action@v3.0 .1
116116 with :
117117 webhook-type : incoming-webhook
118118 webhook : ${{ secrets.SLACK_WEBHOOK_URL_WEBSITE }}
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ jobs:
229229
230230 - name : Notify Slack for broken links
231231 if : always() && steps.lychee.outcome == 'failure' && github.event_name == 'schedule' && github.run_attempt == '1'
232- uses : slackapi/slack-github-action@v2.1 .1
232+ uses : slackapi/slack-github-action@v3.0 .1
233233 with :
234234 webhook-type : incoming-webhook
235235 webhook : ${{ matrix.website == 'www.ultralytics.com' && secrets.SLACK_WEBHOOK_URL_WEBSITE || secrets.SLACK_WEBHOOK_URL_YOLO }}
@@ -238,7 +238,7 @@ jobs:
238238
239239 - name : Notify Slack for spelling errors
240240 if : always() && steps.codespell.outcome == 'failure' && github.event_name == 'schedule' && github.run_attempt == '1'
241- uses : slackapi/slack-github-action@v2.1 .1
241+ uses : slackapi/slack-github-action@v3.0 .1
242242 with :
243243 webhook-type : incoming-webhook
244244 webhook : ${{ matrix.website == 'www.ultralytics.com' && secrets.SLACK_WEBHOOK_URL_WEBSITE || secrets.SLACK_WEBHOOK_URL_YOLO }}
@@ -247,7 +247,7 @@ jobs:
247247
248248 - name : Notify Slack for large images
249249 if : always() && steps.image_sizes.outcome == 'failure' && github.event_name == 'schedule' && github.run_attempt == '1'
250- uses : slackapi/slack-github-action@v2.1 .1
250+ uses : slackapi/slack-github-action@v3.0 .1
251251 with :
252252 webhook-type : incoming-webhook
253253 webhook : ${{ matrix.website == 'www.ultralytics.com' && secrets.SLACK_WEBHOOK_URL_WEBSITE || secrets.SLACK_WEBHOOK_URL_YOLO }}
You can’t perform that action at this time.
0 commit comments