From 2f48156ecade8ac3c2fb667f2df68f7cb7f9c68c Mon Sep 17 00:00:00 2001 From: Tristan Watson Date: Fri, 23 Aug 2024 16:00:23 +0100 Subject: [PATCH] chore(ENG-906): updating tflint version --- actions/terraform-checks/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/terraform-checks/action.yml b/actions/terraform-checks/action.yml index 3ce2917..1532498 100644 --- a/actions/terraform-checks/action.yml +++ b/actions/terraform-checks/action.yml @@ -18,7 +18,7 @@ runs: - name: "Setup TFLint" uses: terraform-linters/setup-tflint@v4 with: - tflint_version: v0.52.0 + tflint_version: v0.53.0 - name: "Print version of tflint" shell: bash