From 464267a47f811eae5c418ff0ab6582b6dd05408e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 06:36:43 +0000 Subject: [PATCH] chore(deps): bump terraform-docs/gh-actions from 1.1.0 to 1.2.0 Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/terraform-docs/gh-actions/releases) - [Commits](https://github.com/terraform-docs/gh-actions/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: terraform-docs/gh-actions 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 b67a972fe1..17334060ba 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.1.0 + uses: terraform-docs/gh-actions@v1.2.0 with: working-dir: . indention: 3 @@ -45,7 +45,7 @@ jobs: git-push: false - name: "Generate Terraform tables" - uses: terraform-docs/gh-actions@v1.1.0 + uses: terraform-docs/gh-actions@v1.2.0 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.1.0 + uses: terraform-docs/gh-actions@v1.2.0 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.1.0 + uses: terraform-docs/gh-actions@v1.2.0 with: working-dir: ${{ inputs.variants }} indention: 1 # Since the headings are not read inside the collapsible block we can indent as 1