From d332a0ef9f9d47083e89804e698f2164aae3d1b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 13:23:14 +0000 Subject: [PATCH] ci(deps): bump slackapi/slack-github-action from 1 to 2 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1 to 2. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1...v2) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: '2' 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..3cace9c6 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@v2 with: webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook