diff --git a/.github/workflows/destroy.yml b/.github/workflows/destroy.yml index f3e6745915..bd51978902 100644 --- a/.github/workflows/destroy.yml +++ b/.github/workflows/destroy.yml @@ -26,7 +26,7 @@ jobs: run: | echo "pr_name=${{env.REVIEW_APPLICATION}}-${{github.event.number}}" >> $GITHUB_OUTPUT - - uses: hashicorp/setup-terraform@v2 + - uses: hashicorp/setup-terraform@v3 with: terraform_version: 1.2.8 diff --git a/.github/workflows/destroy_aks.yml b/.github/workflows/destroy_aks.yml index 33af8360a4..10a1144d03 100644 --- a/.github/workflows/destroy_aks.yml +++ b/.github/workflows/destroy_aks.yml @@ -24,7 +24,7 @@ jobs: echo "TERRAFORM_VERSION=$terraform_version" >> $GITHUB_ENV - name: Use Terraform ${{ env.TERRAFORM_VERSION }} - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 with: terraform_version: ${{ env.TERRAFORM_VERSION }}