Skip to content

Commit

Permalink
chore(deps): update dependency terraform-linters/tflint to v0.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 20, 2023
1 parent 88cd354 commit 3e0f045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: install tflint
run: |
# renovate: datasource=github-tags depName=terraform-linters/tflint
tflint_version="v0.45.0"
tflint_version="v0.49.0"
curl -o tflint.zip -L https://github.com/terraform-linters/tflint/releases/download/${tflint_version}/tflint_linux_amd64.zip
unzip tflint.zip
Expand Down

0 comments on commit 3e0f045

Please sign in to comment.