From 48da93bbf006bb759f80dbd61ab721d24f63bab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:10:16 -0500 Subject: [PATCH] chore(deps): Bump clowdhaus/terraform-composite-actions from 1.9.0 to 1.10.0 (#2006) --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index cd2b9e981e..cd7253f135 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -55,7 +55,7 @@ jobs: restore-keys: ${{ runner.os }}-terraform- - name: Pre-commit Terraform ${{ steps.minMax.outputs.minVersion }} - uses: clowdhaus/terraform-composite-actions/pre-commit@v1.9.0 + uses: clowdhaus/terraform-composite-actions/pre-commit@v1.10.0 if: steps.changes.outputs.src== 'true' with: terraform-version: ${{ env.TERRAFORM_VERSION }}