From d807aa72eed789714fb74e00232f7a0554b2456e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:38:04 -0700 Subject: [PATCH] Bump terraform-docs/gh-actions from 1.2.2 to 1.3.0 (#418) Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/terraform-docs/gh-actions/releases) - [Commits](https://github.com/terraform-docs/gh-actions/compare/v1.2.2...v1.3.0) --- updated-dependencies: - dependency-name: terraform-docs/gh-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tfdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tfdocs.yml b/.github/workflows/tfdocs.yml index 2d8d3a6..4aeab21 100644 --- a/.github/workflows/tfdocs.yml +++ b/.github/workflows/tfdocs.yml @@ -10,7 +10,7 @@ jobs: ref: main - name: Render terraform docs inside the README.md and push changes back to PR branch - uses: terraform-docs/gh-actions@v1.2.2 + uses: terraform-docs/gh-actions@v1.3.0 with: working-dir: . config-file: .terraform-docs.yml