From 7ee0c297430a3aee40bc805f2c931cc3c5c6f3a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:56:48 +0000 Subject: [PATCH] chore(deps): update terraform-docs/gh-actions action to v1.4.1 --- sync-root/.github/workflows/terraform-validation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sync-root/.github/workflows/terraform-validation.yaml b/sync-root/.github/workflows/terraform-validation.yaml index 0860ca5..6550920 100644 --- a/sync-root/.github/workflows/terraform-validation.yaml +++ b/sync-root/.github/workflows/terraform-validation.yaml @@ -135,7 +135,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs inside the README.md and push changes back to PR branch - uses: terraform-docs/gh-actions@v1.3.0 + uses: terraform-docs/gh-actions@v1.4.1 with: args: --sort-by required git-commit-message: "docs(readme): update module usage" @@ -156,7 +156,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs inside the README.md and push changes back to PR branch - uses: terraform-docs/gh-actions@v1.3.0 + uses: terraform-docs/gh-actions@v1.4.1 with: args: --sort-by required git-commit-message: "docs(readme): update module usage"