From e8a7855b5eee30d5eacd7cffe83a0e5221665f8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 10:36:21 +0000 Subject: [PATCH] [deps]: Update slackapi/slack-github-action action to v4 --- .github/workflows/send_slack_notification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/send_slack_notification.yml b/.github/workflows/send_slack_notification.yml index 8c290b37d6..b9e2f0bec1 100644 --- a/.github/workflows/send_slack_notification.yml +++ b/.github/workflows/send_slack_notification.yml @@ -80,7 +80,7 @@ jobs: echo "text=:cherry-pick: ${PR_LINE}\n:bricks: commit: ${COMMIT_LINE}\n:bitwarden-love: ${CC_LINE}" >> "$GITHUB_OUTPUT" - name: Send slack notification - uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1 + uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d # v4.0.0 with: webhook: ${{ github.event_name == 'workflow_dispatch' && steps.retrieve-slack-secrets.outputs.SLACK-WEBHOOK-AUTOMATIONS-TEST-CHANNEL || steps.retrieve-slack-secrets.outputs.SLACK-WEBHOOK-TEAM-ENG-MOBILE }} webhook-type: incoming-webhook