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 }}