Skip to content

Commit cc480d0

Browse files
dependabot[bot]benoit-garcia
authored andcommitted
chore(deps): bump terraform-linters/setup-tflint from 6.2.0 to 6.2.1
Bumps [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/terraform-linters/setup-tflint/releases) - [Commits](terraform-linters/setup-tflint@acd1575...4cb9fee) --- updated-dependencies: - dependency-name: terraform-linters/setup-tflint dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2705e00 commit cc480d0

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
@@ -72,7 +72,7 @@ jobs:
7272
key: tflint-${{ hashFiles('.tflint.hcl') }}
7373
- id: tflint_setup
7474
name: "TFLint: Setup"
75-
uses: terraform-linters/setup-tflint@acd1575d3c037258ce5b2dd01379dc49ce24c6b7 # v6.2.0
75+
uses: terraform-linters/setup-tflint@4cb9feea73331a35b422df102992a03a44a3bb33 # v6.2.1
7676
- id: tflint_init
7777
name: "TFLint: Install plugins"
7878
run: tflint --init

.github/workflows/tf_project_plan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
key: tflint-${{ hashFiles('.tflint.hcl') }}
7575
- id: tflint_setup
7676
name: "TFLint: Setup"
77-
uses: terraform-linters/setup-tflint@acd1575d3c037258ce5b2dd01379dc49ce24c6b7 # v6.2.0
77+
uses: terraform-linters/setup-tflint@4cb9feea73331a35b422df102992a03a44a3bb33 # v6.2.1
7878
- id: tflint_init
7979
name: "TFLint: Install plugins"
8080
run: tflint --init

0 commit comments

Comments
 (0)