From 4edc79b442542f357d4b6d987aa946dba85a0f19 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 6 May 2024 22:47:46 +0300 Subject: [PATCH] ci: sync terraform version --- .github/actions/setup-tf/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-tf/action.yaml b/.github/actions/setup-tf/action.yaml index cca5d1b2e0eae..576b7d7738287 100644 --- a/.github/actions/setup-tf/action.yaml +++ b/.github/actions/setup-tf/action.yaml @@ -7,5 +7,5 @@ runs: - name: Install Terraform uses: hashicorp/setup-terraform@v3 with: - terraform_version: 1.5.7 + terraform_version: 1.6.6 terraform_wrapper: false