From 63cbe744937fb8aa69ffc645b388cc6cfd7defa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 19:13:16 +0000 Subject: [PATCH] build(deps): bump dflook/terraform-fmt-check from 3.0.0 to 3.0.1 Bumps [dflook/terraform-fmt-check](https://github.com/dflook/terraform-fmt-check) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/dflook/terraform-fmt-check/releases) - [Commits](https://github.com/dflook/terraform-fmt-check/compare/5702d43749973bd5b54e2380f090c1ad8054ecd4...1946c2a46d8d3a3001998f9c769a08cedcd28f5d) --- updated-dependencies: - dependency-name: dflook/terraform-fmt-check dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform-lint-validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform-lint-validate.yml b/.github/workflows/terraform-lint-validate.yml index 25d4c9e..646fac0 100644 --- a/.github/workflows/terraform-lint-validate.yml +++ b/.github/workflows/terraform-lint-validate.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1 - name: Check Terraform Formatting - uses: dflook/terraform-fmt-check@5702d43749973bd5b54e2380f090c1ad8054ecd4 #v3.0.0 + uses: dflook/terraform-fmt-check@1946c2a46d8d3a3001998f9c769a08cedcd28f5d #v3.0.1 with: path: ${{ inputs.path }}