Skip to content

Commit

Permalink
fix(deps): update dependency terraform-linters/tflint to v0.55.0 (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops authored Jan 12, 2025
1 parent 8a13c7b commit 66d1c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-assets/ci/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ fi
# tflint
#######################################
# renovate: datasource=github-releases depName=terraform-linters/tflint
TFLINT_VERSION=v0.54.0
TFLINT_VERSION=v0.55.0
BINARY=tflint
set +e
INSTALLED_TFLINT_VERSION="$(tflint --version | grep "TFLint version " |cut -d' ' -f3)"
Expand Down

0 comments on commit 66d1c66

Please sign in to comment.