Skip to content

Commit 43c2e19

Browse files
chore(deps): bump terraform-linters/setup-tflint from 4.1.0 to 4.1.1
Bumps [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/terraform-linters/setup-tflint/releases) - [Commits](terraform-linters/setup-tflint@8093687...90f302c) --- updated-dependencies: - dependency-name: terraform-linters/setup-tflint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 587ae5d commit 43c2e19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/terraform.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
key: tflint-${{ hashFiles('.tflint.hcl') }}
5656
- if: contains(matrix.terraform, '1.5.')
5757
name: Setup TFLint
58-
uses: terraform-linters/setup-tflint@8093687ecc9dcbfa88d07c103ad4176739a7287e # v4.1.0
58+
uses: terraform-linters/setup-tflint@90f302c255ef959cbfb4bd10581afecdb7ece3e6 # v4.1.1
5959
with:
6060
github_token: ${{ secrets.GITHUB_TOKEN }}
6161
- if: contains(matrix.terraform, '1.5.')
@@ -116,7 +116,7 @@ jobs:
116116
key: tflint-${{ hashFiles('.tflint.hcl') }}
117117
- if: contains(matrix.terraform, '1.3.')
118118
name: Setup TFLint
119-
uses: terraform-linters/setup-tflint@8093687ecc9dcbfa88d07c103ad4176739a7287e # v4.1.0
119+
uses: terraform-linters/setup-tflint@90f302c255ef959cbfb4bd10581afecdb7ece3e6 # v4.1.1
120120
with:
121121
github_token: ${{ secrets.GITHUB_TOKEN }}
122122
- if: contains(matrix.terraform, '1.3.')
@@ -174,7 +174,7 @@ jobs:
174174
key: tflint-${{ hashFiles('.tflint.hcl') }}
175175
- if: contains(matrix.terraform, '1.5.')
176176
name: Setup TFLint
177-
uses: terraform-linters/setup-tflint@8093687ecc9dcbfa88d07c103ad4176739a7287e # v4.1.0
177+
uses: terraform-linters/setup-tflint@90f302c255ef959cbfb4bd10581afecdb7ece3e6 # v4.1.1
178178
with:
179179
github_token: ${{ secrets.GITHUB_TOKEN }}
180180
- if: contains(matrix.terraform, '1.5.')

0 commit comments

Comments
 (0)