From 655b8066d713aa4a7320e2b56d889ca700ae5fc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:20:08 +0000 Subject: [PATCH] Bump clowdhaus/terraform-min-max from 1.3.2 to 1.4.1 Bumps [clowdhaus/terraform-min-max](https://github.com/clowdhaus/terraform-min-max) from 1.3.2 to 1.4.1. - [Release notes](https://github.com/clowdhaus/terraform-min-max/releases) - [Changelog](https://github.com/clowdhaus/terraform-min-max/blob/main/CHANGELOG.md) - [Commits](https://github.com/clowdhaus/terraform-min-max/compare/v1.3.2...v1.4.1) --- updated-dependencies: - dependency-name: clowdhaus/terraform-min-max dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 1494dc8..6b45bb8 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -36,7 +36,7 @@ jobs: - name: Terraform min/max versions id: minMax - uses: clowdhaus/terraform-min-max@v1.3.2 + uses: clowdhaus/terraform-min-max@v1.4.1 with: directory: ${{ matrix.directory }} @@ -71,7 +71,7 @@ jobs: - name: Terraform min/max versions id: minMax - uses: clowdhaus/terraform-min-max@v1.3.2 + uses: clowdhaus/terraform-min-max@v1.4.1 - name: Pre-commit Terraform ${{ steps.minMax.outputs.maxVersion }} uses: clowdhaus/terraform-composite-actions/pre-commit@v1.11.1