From b9c9a25ad4cec6839404323f6899380b691a80be Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:59:58 +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 29cfc8ff..504b474e 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -180,7 +180,7 @@ jobs: secrets: | secret/data/github-actions-common/argocd apikey | ARGOCD_AUTH_TOKEN; - - uses: hashicorp/setup-terraform@v3 + - uses: hashicorp/setup-terraform@v4 with: terraform_version: ${{ inputs.terraform_version }}