From 19b57fd1128d06e543f297b18d83b20b97ea442e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 13:02:51 +0000 Subject: [PATCH] build(deps): bump infracost/actions/setup from 4.1.0 to 4.2.0 Bumps [infracost/actions/setup](https://github.com/infracost/actions) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/infracost/actions/releases) - [Commits](https://github.com/infracost/actions/compare/d51fc54d23c9ad90f984b884257bd96dc2625067...fb736a8f219195d6efdca58682069b16fe1bc280) --- updated-dependencies: - dependency-name: infracost/actions/setup dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 8f0ee8ea..d5abaa79 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@d51fc54d23c9ad90f984b884257bd96dc2625067 + uses: infracost/actions/setup@fb736a8f219195d6efdca58682069b16fe1bc280 with: api-key: ${{ secrets.INFRACOST_API_KEY }}