From 2053493bc5d9dc8eace9a767505faa03ea5528ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 12:03:58 +0000 Subject: [PATCH] build(deps): bump slackapi/slack-github-action from 2.1.1 to 4.0.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.1.1 to 4.0.0. - [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/v2.1.1...v4.0.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/notify-slack-benthos-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-slack-benthos-release.yml b/.github/workflows/notify-slack-benthos-release.yml index f87b7072a..3208dd4ef 100644 --- a/.github/workflows/notify-slack-benthos-release.yml +++ b/.github/workflows/notify-slack-benthos-release.yml @@ -20,7 +20,7 @@ jobs: if: "!github.event.release.prerelease" steps: - name: Post changelog to Slack - uses: slackapi/slack-github-action@v2.1.1 + uses: slackapi/slack-github-action@v4.0.0 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook