Skip to content

Commit c8b6f9c

Browse files
build(deps): bump slackapi/slack-github-action from 2 to 3 (#342)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98e51f8 commit c8b6f9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/infracost.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
echo "::set-output name=diffTotalMonthlyCost::$(jq '(.diffTotalMonthlyCost // 0) | tonumber' /tmp/infracost.json)"
9292
9393
- name: 🚀 Send cost estimate to Slack
94-
uses: slackapi/slack-github-action@v2
94+
uses: slackapi/slack-github-action@v3
9595
if: ${{ inputs.slack_notification == 'true' }}
9696
with:
9797
payload: ${{ steps.infracost-slack.outputs.slack-message }}

.github/workflows/notify-slack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
echo "payload=$(jq -c . payload.json)" >> $GITHUB_OUTPUT
188188
189189
- name: Send to Slack
190-
uses: slackapi/slack-github-action@v2.1.1
190+
uses: slackapi/slack-github-action@v3
191191
with:
192192
method: chat.postMessage
193193
payload: ${{ steps.build.outputs.payload }}

0 commit comments

Comments
 (0)