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:
parent
da88ef349a
commit
307479990a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/e2e-managed.yml
vendored
4
.github/workflows/e2e-managed.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue