From 2347622f8cff6c44c86741d8219c0111adff9318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:21:57 +0000 Subject: [PATCH] chore(deps): Bump clowdhaus/terraform-composite-actions Bumps [clowdhaus/terraform-composite-actions](https://github.com/clowdhaus/terraform-composite-actions) from 1.11.0 to 1.11.1. - [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.11.0...v1.11.1) --- updated-dependencies: - dependency-name: clowdhaus/terraform-composite-actions dependency-type: direct:production update-type: version-update:semver-patch ... 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 becc7f4807..7eb40e81d0 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.11.0 + uses: clowdhaus/terraform-composite-actions/pre-commit@v1.11.1 if: steps.changes.outputs.src== 'true' with: terraform-version: ${{ env.TERRAFORM_VERSION }}