From be0436afbe222e4c7a5a0dbeafcc0c6b780f93c0 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 13 Nov 2023 10:06:36 +0300 Subject: [PATCH] ci: bump terraform version to 1.5.7 to match embedded terraform version (#10630) --- .github/actions/setup-tf/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-tf/action.yaml b/.github/actions/setup-tf/action.yaml index 63a539a3fd..cca5d1b2e0 100644 --- a/.github/actions/setup-tf/action.yaml +++ b/.github/actions/setup-tf/action.yaml @@ -5,7 +5,7 @@ runs: using: "composite" steps: - name: Install Terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 with: - terraform_version: 1.5.5 + terraform_version: 1.5.7 terraform_wrapper: false