diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 1717b15..cb52f5d 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -68,7 +68,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@v2 + uses: hashicorp/setup-terraform@v3 with: terraform_version: latest # optional, default is latest @@ -154,7 +154,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@v2 + uses: hashicorp/setup-terraform@v3 with: terraform_version: latest # optional, default is latest