From bc3589dc8c79a8ddcdb1266f5ea9d814f6a4e457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 00:42:33 +0000 Subject: [PATCH] Bump slackapi/slack-github-action from 3 to 4 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] --- .github/workflows/notify-slack-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-slack-tag.yml b/.github/workflows/notify-slack-tag.yml index 9d78c84..dc70deb 100644 --- a/.github/workflows/notify-slack-tag.yml +++ b/.github/workflows/notify-slack-tag.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Send Slack notification - uses: slackapi/slack-github-action@v3 + uses: slackapi/slack-github-action@v4 with: webhook: ${{ secrets.slack-webhook-url }} webhook-type: incoming-webhook