diff --git a/.github/workflows/run-terraform.yml b/.github/workflows/run-terraform.yml index a14f3d4..77d1ac9 100644 --- a/.github/workflows/run-terraform.yml +++ b/.github/workflows/run-terraform.yml @@ -190,7 +190,7 @@ jobs: # Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token - name: Setup Terraform - uses: hashicorp/setup-terraform@v3.1.2 + uses: hashicorp/setup-terraform@v4.0.0 with: terraform_version: ${{ inputs.use_platform_modules == true && '1.6.6' || 'latest' }} @@ -488,7 +488,7 @@ jobs: # Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token - name: Setup Terraform - uses: hashicorp/setup-terraform@v3.1.2 + uses: hashicorp/setup-terraform@v4.0.0 with: terraform_version: ${{ inputs.use_platform_modules == true && '1.6.6' || 'latest' }}