diff --git a/.github/workflows/check_domains.yml b/.github/workflows/check_domains.yml index 0cf1f9779b2..8eb90a68fae 100644 --- a/.github/workflows/check_domains.yml +++ b/.github/workflows/check_domains.yml @@ -112,7 +112,7 @@ jobs: steps: - name: Check for failure and notify if: needs.Test.result == 'failure' && github.repository == 'ultralytics/docs' && (github.event_name == 'schedule' || github.event_name == 'push') && github.run_attempt == '1' - uses: slackapi/slack-github-action@v3.0.2 + uses: slackapi/slack-github-action@v3.0.3 with: webhook-type: incoming-webhook webhook: ${{ secrets.SLACK_WEBHOOK_URL_WEBSITE }} diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index d1a7f880451..d0ef6b52f08 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -239,7 +239,7 @@ jobs: - name: Notify Slack for broken links if: always() && steps.lychee.outcome == 'failure' && github.event_name == 'schedule' && github.run_attempt == '1' - uses: slackapi/slack-github-action@v3.0.2 + uses: slackapi/slack-github-action@v3.0.3 with: webhook-type: incoming-webhook webhook: ${{ matrix.website == 'www.ultralytics.com' && secrets.SLACK_WEBHOOK_URL_WEBSITE || secrets.SLACK_WEBHOOK_URL_YOLO }} @@ -248,7 +248,7 @@ jobs: - name: Notify Slack for spelling errors if: always() && steps.codespell.outcome == 'failure' && github.event_name == 'schedule' && github.run_attempt == '1' - uses: slackapi/slack-github-action@v3.0.2 + uses: slackapi/slack-github-action@v3.0.3 with: webhook-type: incoming-webhook webhook: ${{ matrix.website == 'www.ultralytics.com' && secrets.SLACK_WEBHOOK_URL_WEBSITE || secrets.SLACK_WEBHOOK_URL_YOLO }} @@ -257,7 +257,7 @@ jobs: - name: Notify Slack for large images if: always() && steps.image_sizes.outcome == 'failure' && github.event_name == 'schedule' && github.run_attempt == '1' - uses: slackapi/slack-github-action@v3.0.2 + uses: slackapi/slack-github-action@v3.0.3 with: webhook-type: incoming-webhook webhook: ${{ matrix.website == 'www.ultralytics.com' && secrets.SLACK_WEBHOOK_URL_WEBSITE || secrets.SLACK_WEBHOOK_URL_YOLO }}