diff --git a/action.yml b/action.yml index a8b61e8..2a74ea8 100644 --- a/action.yml +++ b/action.yml @@ -127,7 +127,7 @@ runs: shell: bash - name: Setup Terraform if: ${{ inputs.setup == 'true' }} - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 with: terraform_wrapper: false terraform_version: ${{ inputs.terraform-version }}