From 9ea13ca94e038fc028558502ceb5d6ff2ff2cd5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 10:44:22 +0000 Subject: [PATCH] chore(deps): bump clowdhaus/terraform-min-max from 1.4.1 to 2.1.0 Bumps [clowdhaus/terraform-min-max](https://github.com/clowdhaus/terraform-min-max) from 1.4.1 to 2.1.0. - [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.4.1...v2.1.0) --- updated-dependencies: - dependency-name: clowdhaus/terraform-min-max dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 558a8a9..2bb58d3 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -44,7 +44,7 @@ jobs: - name: Terraform min/max versions id: minMax - uses: clowdhaus/terraform-min-max@v1.4.1 + uses: clowdhaus/terraform-min-max@v2.1.0 with: directory: ${{ matrix.directory }} @@ -87,7 +87,7 @@ jobs: - name: Terraform min/max versions id: minMax - uses: clowdhaus/terraform-min-max@v1.4.1 + uses: clowdhaus/terraform-min-max@v2.1.0 - name: Pre-commit Terraform ${{ steps.minMax.outputs.maxVersion }} uses: clowdhaus/terraform-composite-actions/pre-commit@v1.14.0