From 77811f9c2bbef52a2a210794aaacb7c1b651ac66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 15:34:09 +0000 Subject: [PATCH] chore(deps): update infracost/actions action to v4 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 51c29c7c..2becb41d 100644 --- a/action.yml +++ b/action.yml @@ -468,7 +468,7 @@ runs: - name: Setup Infracost if: env.INFRACOST_ENABLED == 'true' && (inputs.skip-plandiff == 'true' || steps.plan-diff.outputs.plan_changed == 'false') - uses: infracost/actions/setup@v3 + uses: infracost/actions/setup@v4 with: api-key: ${{ inputs.infracost-api-key }}