From 8f019a9534dfa15fde6300e6a917a5d12cac4ad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:56:14 +0000 Subject: [PATCH] chore(deps): bump clowdhaus/terraform-min-max from 1.3.0 to 1.3.1 Bumps [clowdhaus/terraform-min-max](https://github.com/clowdhaus/terraform-min-max) from 1.3.0 to 1.3.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.0...v1.3.1) --- updated-dependencies: - dependency-name: clowdhaus/terraform-min-max dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform-checks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform-checks.yaml b/.github/workflows/terraform-checks.yaml index b8faa24..942b0a2 100644 --- a/.github/workflows/terraform-checks.yaml +++ b/.github/workflows/terraform-checks.yaml @@ -60,7 +60,7 @@ jobs: - name: Terraform min/max versions id: minMax - uses: clowdhaus/terraform-min-max@v1.3.0 + uses: clowdhaus/terraform-min-max@v1.3.1 with: directory: ${{ matrix.directory }} @@ -103,7 +103,7 @@ jobs: - name: Terraform min/max versions id: minMax - uses: clowdhaus/terraform-min-max@v1.3.0 + uses: clowdhaus/terraform-min-max@v1.3.1 - name: Pre-commit Terraform ${{ steps.minMax.outputs.maxVersion }} uses: clowdhaus/terraform-composite-actions/pre-commit@v1.9.0