From 66bd2567c3cba185726846dc52be29daa424498e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 08:58:45 +0100 Subject: [PATCH] Bump slackapi/slack-github-action from 1.23.0 to 1.24.0 in /.github/actions/send-slack-notification (#358) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/send-slack-notification/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/send-slack-notification/action.yml b/.github/actions/send-slack-notification/action.yml index 62a8c97f3..7b57dce09 100644 --- a/.github/actions/send-slack-notification/action.yml +++ b/.github/actions/send-slack-notification/action.yml @@ -86,7 +86,7 @@ runs: - name: Send slack notification id: slack - uses: slackapi/slack-github-action@v1.23.0 + uses: slackapi/slack-github-action@v1.24.0 env: SLACK_BOT_TOKEN: ${{ inputs.token }} COLOR: ${{ steps.compute-color.outputs.result }}