From b2193e04307a0d1303bbdfa8be70c5e21e947a7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 19:03:15 +0300 Subject: [PATCH] Bump slackapi/slack-github-action from 3 to 4 (#237207) Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3 to 4. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/slackapi/slack-github-action/compare/v3...v4) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/aglint.yml | 2 +- .github/workflows/markdownlint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aglint.yml b/.github/workflows/aglint.yml index 9fcc5e0ff2a..4596dd2104c 100644 --- a/.github/workflows/aglint.yml +++ b/.github/workflows/aglint.yml @@ -100,7 +100,7 @@ jobs: ) }} steps: - - uses: slackapi/slack-github-action@v3 + - uses: slackapi/slack-github-action@v4 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index d6f56c5c88a..7f037f1a562 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -61,7 +61,7 @@ jobs: ) }} steps: - - uses: slackapi/slack-github-action@v3 + - uses: slackapi/slack-github-action@v4 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook