From 2e703af831b1a27d3d0ddd32c2137da5cd9e89e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 07:36:08 +0000 Subject: [PATCH] build(deps): bump dflook/terraform-fmt-check from 1 to 2 Bumps [dflook/terraform-fmt-check](https://github.com/dflook/terraform-fmt-check) from 1 to 2. - [Release notes](https://github.com/dflook/terraform-fmt-check/releases) - [Commits](https://github.com/dflook/terraform-fmt-check/compare/v1...v2) --- updated-dependencies: - dependency-name: dflook/terraform-fmt-check dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... 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 00d82f4..265bdef 100644 --- a/.github/workflows/terraform-lint-validate.yml +++ b/.github/workflows/terraform-lint-validate.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Check Terraform Formatting - uses: dflook/terraform-fmt-check@v1 + uses: dflook/terraform-fmt-check@v2 with: path: .