From c028e608e470b903b38df826ea030a71e9cf7781 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 22:52:04 +0000 Subject: [PATCH] chore: update slackapi/slack-github-action action to v2 --- .github/workflows/MERGE_MAIN_TO_DEVELOP.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/MERGE_MAIN_TO_DEVELOP.yml b/.github/workflows/MERGE_MAIN_TO_DEVELOP.yml index fe73d275..a67bb972 100644 --- a/.github/workflows/MERGE_MAIN_TO_DEVELOP.yml +++ b/.github/workflows/MERGE_MAIN_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@v2.0.0 with: channel-id: ${{ secrets.SLACK_CHANNEL_ID }} slack-message: "Automatic merge of to failed."