Skip to content

Commit

Permalink
build(deps): bump slackapi/slack-github-action from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1 to 2.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@v1...v2)

---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2024
1 parent 26e6886 commit f5f47a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/infracost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
echo "::set-output name=diffTotalMonthlyCost::$(jq '(.diffTotalMonthlyCost // 0) | tonumber' /tmp/infracost.json)"
- name: Send cost estimate to Slack
uses: slackapi/slack-github-action@v1
uses: slackapi/slack-github-action@v2
if: ${{ inputs.slack_notification == 'true' }}
with:
payload: ${{ steps.infracost-slack.outputs.slack-message }}
Expand Down

0 comments on commit f5f47a1

Please sign in to comment.