From 9fe955d3b26e6808ca140378e3b808a59c39e183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 11:19:35 +0000 Subject: [PATCH] chore(deps): Bump clowdhaus/terraform-composite-actions Bumps [clowdhaus/terraform-composite-actions](https://github.com/clowdhaus/terraform-composite-actions) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/clowdhaus/terraform-composite-actions/releases) - [Changelog](https://github.com/clowdhaus/terraform-composite-actions/blob/main/.releaserc.json) - [Commits](https://github.com/clowdhaus/terraform-composite-actions/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: clowdhaus/terraform-composite-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 cd7253f135..ce0672a77d 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.10.0 + uses: clowdhaus/terraform-composite-actions/pre-commit@v1.11.0 if: steps.changes.outputs.src== 'true' with: terraform-version: ${{ env.TERRAFORM_VERSION }}