File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments