diff --git a/terraform-lint-fix/action.yml b/terraform-lint-fix/action.yml index b6a592b..3ed78d2 100644 --- a/terraform-lint-fix/action.yml +++ b/terraform-lint-fix/action.yml @@ -147,7 +147,7 @@ runs: - name: Setup TFLint if: steps.check-files.outputs.found == 'true' - uses: terraform-linters/setup-tflint@19a52fbac37dacb22a09518e4ef6ee234f2d4987 # v4.0.0 + uses: terraform-linters/setup-tflint@4cb9feea73331a35b422df102992a03a44a3bb33 # v6.2.1 with: tflint_version: ${{ inputs.tflint-version }}