Browse Source

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>
dependabot[bot] 4 years ago
parent
commit
307479990a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/e2e-managed.yml

+ 2 - 2
.github/workflows/e2e-managed.yml

@@ -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