From e8b6424f3d704207ce7442227ea590bd9d091899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 01:50:48 +0000 Subject: [PATCH] Bump dflook/terraform-fmt-check from 1.41.0 to 1.41.2 Bumps [dflook/terraform-fmt-check](https://github.com/dflook/terraform-fmt-check) from 1.41.0 to 1.41.2. - [Release notes](https://github.com/dflook/terraform-fmt-check/releases) - [Commits](https://github.com/dflook/terraform-fmt-check/compare/f79b43ac034e8dfe06b8ce4eacc8aff128412d49...c2652f7563ff96cd4a5d9e636fff68fc21e40865) --- updated-dependencies: - dependency-name: dflook/terraform-fmt-check dependency-type: direct:production update-type: version-update:semver-patch ... 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 edfee0f..8db455d 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -17,7 +17,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: terraform fmt - uses: dflook/terraform-fmt-check@f79b43ac034e8dfe06b8ce4eacc8aff128412d49 + uses: dflook/terraform-fmt-check@c2652f7563ff96cd4a5d9e636fff68fc21e40865 docs: needs: formatting runs-on: ubuntu-22.04