From bff4b778bd4ae4b6794dfa84d634e054082eaa56 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 15 Nov 2024 15:12:24 +0000
Subject: [PATCH] chore: update slackapi/slack-github-action action to v1.27.1

---
 .github/workflows/MERGE_MASTER_TO_DEVELOP.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/MERGE_MASTER_TO_DEVELOP.yml b/.github/workflows/MERGE_MASTER_TO_DEVELOP.yml
index 424b6cc16..8affbc7f2 100644
--- a/.github/workflows/MERGE_MASTER_TO_DEVELOP.yml
+++ b/.github/workflows/MERGE_MASTER_TO_DEVELOP.yml
@@ -25,7 +25,7 @@ jobs:
 
     - name: Notify failure on Slack
       if: failure()
-      uses: slackapi/slack-github-action@v1.24.0
+      uses: slackapi/slack-github-action@v1.27.1
       with:
         channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
         slack-message: "Automatic merge of <https://github.com/${{ github.repository }}/tree/${{ github.ref }}|${{ github.ref }}> to <https://github.com/${{ github.repository }}/tree/develop|${{ github.repository }}#develop> failed."