Skip to content

Commit 04c22b4

Browse files
Bump slackapi/slack-github-action from 2.1.1 to 3.0.1 in /.github/workflows (#289)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 355fcf2 commit 04c22b4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check_domains.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/links.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)