From c81c97799026bfe46f7c8f5eb24d57163ea03102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 06:05:06 +0000 Subject: [PATCH] chore(deps): bump terraform-docs/gh-actions from 1.3.0 to 1.4.1 Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.3.0 to 1.4.1. - [Release notes](https://github.com/terraform-docs/gh-actions/releases) - [Commits](https://github.com/terraform-docs/gh-actions/compare/v1.3.0...v1.4.1) --- updated-dependencies: - dependency-name: terraform-docs/gh-actions dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/modules-terraform-docs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/modules-terraform-docs.yaml b/.github/workflows/modules-terraform-docs.yaml index 18b3520bb0..01631154d5 100644 --- a/.github/workflows/modules-terraform-docs.yaml +++ b/.github/workflows/modules-terraform-docs.yaml @@ -33,7 +33,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: "Generate Terraform docs" - uses: terraform-docs/gh-actions@v1.3.0 + uses: terraform-docs/gh-actions@v1.4.1 with: working-dir: . indention: 3 @@ -45,7 +45,7 @@ jobs: git-push: false - name: "Generate Terraform tables" - uses: terraform-docs/gh-actions@v1.3.0 + uses: terraform-docs/gh-actions@v1.4.1 with: working-dir: . indention: 1 # Since the headings are not read inside the collapsible block we can indent as 1 @@ -58,7 +58,7 @@ jobs: - name: "Generate Terraform docs for the variants" if: ${{ inputs.variants != '' }} - uses: terraform-docs/gh-actions@v1.3.0 + uses: terraform-docs/gh-actions@v1.4.1 with: working-dir: ${{ inputs.variants }} indention: 3 @@ -71,7 +71,7 @@ jobs: - name: "Generate Terraform tables for the variants" if: ${{ inputs.variants != '' }} - uses: terraform-docs/gh-actions@v1.3.0 + uses: terraform-docs/gh-actions@v1.4.1 with: working-dir: ${{ inputs.variants }} indention: 1 # Since the headings are not read inside the collapsible block we can indent as 1