From 8ea31ec016959e164a2c69f65d67112e500b96ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 03:05:23 +0000 Subject: [PATCH] Update terraform-docs/gh-actions action to v1.1.0 --- .github/workflows/continuous-integration-terraform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration-terraform.yml b/.github/workflows/continuous-integration-terraform.yml index fd6d836..7456303 100644 --- a/.github/workflows/continuous-integration-terraform.yml +++ b/.github/workflows/continuous-integration-terraform.yml @@ -75,7 +75,7 @@ jobs: echo "GIT_COMMIT_MESSAGE=$(git show -s --format=%s)" >> $GITHUB_ENV - name: Generate Terraform docs - uses: terraform-docs/gh-actions@v1.0.0 + uses: terraform-docs/gh-actions@v1.1.0 if: "!startsWith(env.GITHUB_PR_BRANCH, 'renovate/')" with: working-dir: . @@ -85,7 +85,7 @@ jobs: fail-on-diff: true - name: Generate Terraform docs for Renovate - uses: terraform-docs/gh-actions@v1.0.0 + uses: terraform-docs/gh-actions@v1.1.0 if: "startsWith(env.GITHUB_PR_BRANCH, 'renovate/')" with: working-dir: .