From ef564b2dd7ee15770c86ee6ae408e68523e29eb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 17:02:59 +0000 Subject: [PATCH] chore(deps): update terraform-docs/gh-actions action to v1.4.1 --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c66a991e..4e100a44 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -11,7 +11,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs inside README.md & push changes back to PR - uses: terraform-docs/gh-actions@v1.0.0 + uses: terraform-docs/gh-actions@v1.4.1 with: working-dir: . config-file: .config/.terraform-docs.yml