From 31f8455bcffe5b780fec8c9c779c09c1190ccfd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:53:40 +0000 Subject: [PATCH] Update terraform-docs/gh-actions action to v1.2.2 --- .github/workflows/ci-terraform-module-deployment.yml | 4 ++-- .github/workflows/ci-terraform.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-terraform-module-deployment.yml b/.github/workflows/ci-terraform-module-deployment.yml index 21c58ae..89cedb4 100644 --- a/.github/workflows/ci-terraform-module-deployment.yml +++ b/.github/workflows/ci-terraform-module-deployment.yml @@ -107,7 +107,7 @@ jobs: echo "GIT_COMMIT_MESSAGE=$(git show -s --format=%s)" >> $GITHUB_ENV - name: Generate Terraform docs - uses: terraform-docs/gh-actions@v1.1.0 + uses: terraform-docs/gh-actions@v1.2.2 if: "!startsWith(env.GITHUB_PR_BRANCH, 'renovate/')" with: working-dir: ${{ env.MODULE_DEPLOYMENT_DIR }} @@ -117,7 +117,7 @@ jobs: fail-on-diff: true - name: Generate Terraform docs for Renovate - uses: terraform-docs/gh-actions@v1.1.0 + uses: terraform-docs/gh-actions@v1.2.2 if: "startsWith(env.GITHUB_PR_BRANCH, 'renovate/')" with: working-dir: ${{ env.MODULE_DEPLOYMENT_DIR }} diff --git a/.github/workflows/ci-terraform.yml b/.github/workflows/ci-terraform.yml index 6ebf48d..e4a8f20 100644 --- a/.github/workflows/ci-terraform.yml +++ b/.github/workflows/ci-terraform.yml @@ -61,7 +61,7 @@ jobs: echo "GIT_COMMIT_MESSAGE=$(git show -s --format=%s)" >> $GITHUB_ENV - name: Generate Terraform docs - uses: terraform-docs/gh-actions@v1.1.0 + uses: terraform-docs/gh-actions@v1.2.2 if: "!startsWith(env.GITHUB_PR_BRANCH, 'renovate/')" with: working-dir: . @@ -71,7 +71,7 @@ jobs: fail-on-diff: true - name: Generate Terraform docs for Renovate - uses: terraform-docs/gh-actions@v1.1.0 + uses: terraform-docs/gh-actions@v1.2.2 if: "startsWith(env.GITHUB_PR_BRANCH, 'renovate/')" with: working-dir: .