From 320781dd6f59a3f6dde009dc97ac24d2ec9c099b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:27:14 +0000 Subject: [PATCH] Update terraform-docs/gh-actions action to v1.2.2 --- .github/workflows/terraform-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform-docs.yml b/.github/workflows/terraform-docs.yml index 800cf1d..0727b9e 100644 --- a/.github/workflows/terraform-docs.yml +++ b/.github/workflows/terraform-docs.yml @@ -13,7 +13,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.2.0 + uses: terraform-docs/gh-actions@v1.2.2 with: working-dir: ./deploy/terraform output-file: README.MD