Skip to content

Commit 8efc0f7

Browse files
dependabot[bot]benoit-garcia
authored andcommitted
chore(deps): bump terraform-linters/setup-tflint from 4.0.0 to 4.1.0
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] <[email protected]>
1 parent 31cb556 commit 8efc0f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tf_module_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
key: tflint-${{ hashFiles('.tflint.hcl') }}
6464
- id: tflint_setup
6565
name: "TFLint: Setup"
66-
uses: terraform-linters/setup-tflint@19a52fbac37dacb22a09518e4ef6ee234f2d4987 # v4.0.0
66+
uses: terraform-linters/setup-tflint@8093687ecc9dcbfa88d07c103ad4176739a7287e # v4.1.0
6767
- id: tflint_init
6868
name: "TFLint: Install plugins"
6969
run: tflint --init

.github/workflows/tf_project_plan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
key: tflint-${{ hashFiles('.tflint.hcl') }}
6868
- id: tflint_setup
6969
name: "TFLint: Setup"
70-
uses: terraform-linters/setup-tflint@19a52fbac37dacb22a09518e4ef6ee234f2d4987 # v4.0.0
70+
uses: terraform-linters/setup-tflint@8093687ecc9dcbfa88d07c103ad4176739a7287e # v4.1.0
7171
- id: tflint_init
7272
name: "TFLint: Install plugins"
7373
run: tflint --init

0 commit comments

Comments
 (0)