diff --git a/terraform-lint-fix/action.yml b/terraform-lint-fix/action.yml index 7c0b0c9..18e88a3 100644 --- a/terraform-lint-fix/action.yml +++ b/terraform-lint-fix/action.yml @@ -128,7 +128,7 @@ runs: - name: Setup Terraform if: steps.check-files.outputs.found == 'true' - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 + uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0 with: terraform_version: ${{ inputs.terraform-version }} terraform_wrapper: false