Skip to content

Commit 00641dd

Browse files
build(deps): bump slackapi/slack-github-action from 1 to 2 (#159)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 206c479 commit 00641dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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@v1
94+
uses: slackapi/slack-github-action@v2
9595
if: ${{ inputs.slack_notification == 'true' }}
9696
with:
9797
payload: ${{ steps.infracost-slack.outputs.slack-message }}

0 commit comments

Comments
 (0)