From 22f8e8ed33e9796e1b7ff26ce4fa4889c5e7fa80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 11:36:10 -0400 Subject: [PATCH] [deps] report-deployment-status-to-slack: Update slackapi/slack-github-action action to v1.27.0 (#311) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- report-deployment-status-to-slack/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report-deployment-status-to-slack/action.yml b/report-deployment-status-to-slack/action.yml index 38b9184b..a996efb4 100644 --- a/report-deployment-status-to-slack/action.yml +++ b/report-deployment-status-to-slack/action.yml @@ -116,7 +116,7 @@ runs: - name: Post/Edit message to a Slack channel id: slack-message - uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0 + uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0 with: channel-id: ${{ inputs.slack-channel }} slack-message: ${{ steps.setup.outputs.slack_message }}