Skip to content

Commit

Permalink
chore(deps): bump terraform-linters/setup-tflint from 4.0.0 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/terraform-linters/setup-tflint/releases)
- [Commits](terraform-linters/setup-tflint@19a52fb...8093687)

---
updated-dependencies:
- dependency-name: terraform-linters/setup-tflint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and benoit-garcia committed Nov 16, 2024
1 parent 31cb556 commit 8efc0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tf_module_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
key: tflint-${{ hashFiles('.tflint.hcl') }}
- id: tflint_setup
name: "TFLint: Setup"
uses: terraform-linters/setup-tflint@19a52fbac37dacb22a09518e4ef6ee234f2d4987 # v4.0.0
uses: terraform-linters/setup-tflint@8093687ecc9dcbfa88d07c103ad4176739a7287e # v4.1.0
- id: tflint_init
name: "TFLint: Install plugins"
run: tflint --init
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf_project_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
key: tflint-${{ hashFiles('.tflint.hcl') }}
- id: tflint_setup
name: "TFLint: Setup"
uses: terraform-linters/setup-tflint@19a52fbac37dacb22a09518e4ef6ee234f2d4987 # v4.0.0
uses: terraform-linters/setup-tflint@8093687ecc9dcbfa88d07c103ad4176739a7287e # v4.1.0
- id: tflint_init
name: "TFLint: Install plugins"
run: tflint --init
Expand Down

0 comments on commit 8efc0f7

Please sign in to comment.