From 4ad6bb3104d96531a39bbd87df007ad714068a6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 13:11:11 +0000 Subject: [PATCH] chore(deps): update dflook/terraform-fmt action to v2 --- .github/workflows/terraform_fmt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform_fmt.yaml b/.github/workflows/terraform_fmt.yaml index 348980e..d60f4e6 100644 --- a/.github/workflows/terraform_fmt.yaml +++ b/.github/workflows/terraform_fmt.yaml @@ -14,7 +14,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: terraform fmt - uses: dflook/terraform-fmt@v1 + uses: dflook/terraform-fmt@v2 - name: Create commit uses: EndBug/add-and-commit@v9