From cad7a4a87dcff1dea0fc981fd60b14227ee73533 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 12:36:27 +0000 Subject: [PATCH] chore(deps): update hashicorp/setup-terraform action to v4 --- .github/workflows/terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index c9673d8..30d7700 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -102,7 +102,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Setup Terraform - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@v4 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v5 with: