From cc9e07fa9ade7374794da36e50ad53c289aef912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:06:53 +0000 Subject: [PATCH] ci: bump slackapi/slack-github-action from 2.1 to 3.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.1 to 3.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v2.1...v3.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: '3.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/draft-pr-converter.yml | 2 +- .github/workflows/follow-merge-upstream-repo-sync-v2.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/draft-pr-converter.yml b/.github/workflows/draft-pr-converter.yml index 4296374e..4f40bb3f 100644 --- a/.github/workflows/draft-pr-converter.yml +++ b/.github/workflows/draft-pr-converter.yml @@ -77,7 +77,7 @@ jobs: - name: Post to a Slack channel id: slack if: ${{ steps.mutation_step.outputs.exec == 'true' }} - uses: slackapi/slack-github-action@v2.1 + uses: slackapi/slack-github-action@v3.0 with: channel-id: 'C02LMULF4NA' payload: '{ "type": "mrkdwn", "text": "${{ env.SLACK_MESSAGE }}" }' diff --git a/.github/workflows/follow-merge-upstream-repo-sync-v2.yml b/.github/workflows/follow-merge-upstream-repo-sync-v2.yml index 3a9769e9..430dc045 100644 --- a/.github/workflows/follow-merge-upstream-repo-sync-v2.yml +++ b/.github/workflows/follow-merge-upstream-repo-sync-v2.yml @@ -233,7 +233,7 @@ jobs: - name: Send Slack Notification on failure if: failure() - uses: slackapi/slack-github-action@v2.1.1 + uses: slackapi/slack-github-action@v3.0 env: MENTION: "<@${{ steps.team_details.outputs.slack-user-id }}>" UPSTREAM_PR: "<${{ steps.upstream-prs.outputs.first_upstream_pr_url }}|upstream pr>, "