From 5718a5a1f7dd8c5a2354dda049944995524b808c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:20:04 +0000 Subject: [PATCH] Bump terraform-docs/gh-actions from 1.0.0 to 1.2.0 Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.0.0 to 1.2.0. - [Release notes](https://github.com/terraform-docs/gh-actions/releases) - [Commits](https://github.com/terraform-docs/gh-actions/compare/v1.0.0...v1.2.0) --- updated-dependencies: - dependency-name: terraform-docs/gh-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform.yaml b/.github/workflows/terraform.yaml index d983687..d366d94 100644 --- a/.github/workflows/terraform.yaml +++ b/.github/workflows/terraform.yaml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v4 - name: Docs - uses: terraform-docs/gh-actions@v1.0.0 + uses: terraform-docs/gh-actions@v1.2.0 with: git-push: true output-file: README.md