diff --git a/.github/workflows/reusable-terraform-plan-apply.yml b/.github/workflows/reusable-terraform-plan-apply.yml index 763eb04..88d7134 100644 --- a/.github/workflows/reusable-terraform-plan-apply.yml +++ b/.github/workflows/reusable-terraform-plan-apply.yml @@ -166,7 +166,7 @@ jobs: - name: Setup Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: "${{ needs.terraform-version.outputs.max }}" @@ -318,7 +318,7 @@ jobs: - name: Setup Terraform - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 + uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: terraform_version: "${{ needs.terraform-version.outputs.max }}"