From d6a423e6c0ba2d6867c206064e695ba0ffec5dcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:30:34 +0000 Subject: [PATCH] Bump dflook/terraform-fmt-check from 1.33.0 to 1.41.0 Bumps [dflook/terraform-fmt-check](https://github.com/dflook/terraform-fmt-check) from 1.33.0 to 1.41.0. - [Release notes](https://github.com/dflook/terraform-fmt-check/releases) - [Commits](https://github.com/dflook/terraform-fmt-check/compare/fc6a4d63e251c5d6f247fc8310171a4e45e18210...f79b43ac034e8dfe06b8ce4eacc8aff128412d49) --- updated-dependencies: - dependency-name: dflook/terraform-fmt-check dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index bd6403b..19f81fb 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -17,7 +17,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha || github.sha }} - name: terraform fmt - uses: dflook/terraform-fmt-check@fc6a4d63e251c5d6f247fc8310171a4e45e18210 + uses: dflook/terraform-fmt-check@f79b43ac034e8dfe06b8ce4eacc8aff128412d49 docs: runs-on: ubuntu-22.04 needs: formatting