From 992b64a580cbc19da8d41e172fa21b2b677d20d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 02:35:56 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps)!:=20update=20hashicorp/setup-terraf?= =?UTF-8?q?orm=20(v3.1.2=20=E2=86=92=20v4.0.0)=20(#471)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- terraform-lint-fix/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform-lint-fix/action.yml b/terraform-lint-fix/action.yml index 7c0b0c9..18e88a3 100644 --- a/terraform-lint-fix/action.yml +++ b/terraform-lint-fix/action.yml @@ -128,7 +128,7 @@ runs: - name: Setup Terraform if: steps.check-files.outputs.found == 'true' - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 + uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0 with: terraform_version: ${{ inputs.terraform-version }} terraform_wrapper: false