From 3144c11ef402130426d20bddeb2b34ecaebf2086 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:08:01 +0000 Subject: [PATCH] chore: update slackapi/slack-github-action action to v1.27.0 --- .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 790ecd42b..f8c98df52 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.0 with: channel-id: ${{ secrets.SLACK_CHANNEL_ID }} slack-message: "Automatic merge of to failed."