From ea2ae10bc373184857e11f4093667cb69d675bfc Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 28 Jul 2023 13:12:06 +0300 Subject: [PATCH] ci: update terraform to ~1.5 (#8766) * ci: update terraform to 1.5.3 * Update action.yaml --- .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 a4f6630096..16472c9faf 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@v2 with: - terraform_version: 1.5.2 + terraform_version: ~1.5 terraform_wrapper: false