From ed0b77039450a7367365becdc8d1fb7a723120da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:12:06 -0400 Subject: [PATCH] build(deps): bump infracost/actions from 2.1.0 to 3.0.0 (#134) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/infracost.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/infracost.yml b/.github/workflows/infracost.yml index b97c72d7..7f92d396 100644 --- a/.github/workflows/infracost.yml +++ b/.github/workflows/infracost.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Infracost - uses: infracost/actions/setup@0d27b734c72a1abb0aba3e2c3f54e4982cbd2591 + uses: infracost/actions/setup@d5dd739fb5eae81f31bf09fea5c290186a91964a with: api-key: ${{ secrets.INFRACOST_API_KEY }}