From 2251a67d2736242c0e5e79922f68556bce0a91f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:06:02 +0000 Subject: [PATCH] Bump dflook/terraform-fmt-check from 1.33.0 to 1.40.0 Bumps [dflook/terraform-fmt-check](https://github.com/dflook/terraform-fmt-check) from 1.33.0 to 1.40.0. - [Release notes](https://github.com/dflook/terraform-fmt-check/releases) - [Commits](https://github.com/dflook/terraform-fmt-check/compare/fc6a4d63e251c5d6f247fc8310171a4e45e18210...70236d8fe696107d88a1f1ecd50f9947cf32e6be) --- 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..4a796f4 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@70236d8fe696107d88a1f1ecd50f9947cf32e6be docs: runs-on: ubuntu-22.04 needs: formatting