From 3d111b9ac065a779324d1f620f73ae47990bfe65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 04:10:18 +0000 Subject: [PATCH] ci(deps): bump slackapi/slack-github-action from 1 to 4 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1 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/v1...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/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 469883fc..4fa7e006 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -113,7 +113,7 @@ jobs: steps: - name: 📢 Send Slack notification - uses: slackapi/slack-github-action@v1 + uses: slackapi/slack-github-action@v4 with: webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook