From 8bce5815ec2510edfbd605f904a668d7ebe8f928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:12:34 -0400 Subject: [PATCH] build(deps): bump terraform-docs/gh-actions from 1.1.0 to 1.2.0 (#21) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a8b202c..d051485 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs inside the examples/basic/README.md - uses: terraform-docs/gh-actions@v1.1.0 + uses: terraform-docs/gh-actions@v1.2.0 with: working-dir: ./examples/basic/ git-push: "false" @@ -20,7 +20,7 @@ jobs: config-file: ./examples/basic/.terraform-docs.yml - name: Render terraform docs inside the README.md - uses: terraform-docs/gh-actions@v1.1.0 + uses: terraform-docs/gh-actions@v1.2.0 with: working-dir: . git-push: "true"