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