diff --git a/.github/workflows/terraform_deploy.yaml b/.github/workflows/terraform_deploy.yaml index daca1e1d..dffddb08 100644 --- a/.github/workflows/terraform_deploy.yaml +++ b/.github/workflows/terraform_deploy.yaml @@ -37,7 +37,7 @@ jobs: ENVIRONMENT: ${{ inputs.environment }} steps: - uses: actions/checkout@v4 - - uses: hashicorp/setup-terraform@v2 + - uses: hashicorp/setup-terraform@v3 - name: install Twilio CLI run: | npm install --ignore-scripts