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