1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

build(deps): bump infracost/actions from 1 to 2 (#1203)

Bumps [infracost/actions](https://github.com/infracost/actions) from 1 to 2.
- [Release notes](https://github.com/infracost/actions/releases)
- [Commits](https://github.com/infracost/actions/compare/v1...v2)

---
updated-dependencies:
- dependency-name: infracost/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-05-30 15:57:18 +02:00 committed by GitHub
parent da88ef349a
commit 307479990a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@ jobs:
make tf.show.${PROVIDER}
- name: Setup Infracost
uses: infracost/actions/setup@v1
uses: infracost/actions/setup@v2
with:
api-key: ${{ secrets.INFRACOST_API_KEY }}
@ -152,7 +152,7 @@ jobs:
run: infracost breakdown --path terraform/${{github.event.client_payload.slash_command.args.named.provider}}/plan.json --format json --out-file /tmp/infracost.json
- name: Post Infracost comment
uses: infracost/actions/comment@v1
uses: infracost/actions/comment@v2
with:
path: /tmp/infracost.json
behavior: update