From ea8db124932b0da352435a8e7e534bc70159c082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:16:19 +0000 Subject: [PATCH] :arrow_up: Bump terraform-docs/gh-actions from 1.2.0 to 1.2.2 Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.2.0 to 1.2.2. - [Release notes](https://github.com/terraform-docs/gh-actions/releases) - [Commits](https://github.com/terraform-docs/gh-actions/compare/v1.2.0...v1.2.2) --- updated-dependencies: - dependency-name: terraform-docs/gh-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tf-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf-docs.yaml b/.github/workflows/tf-docs.yaml index 6d04782..5b0c70a 100644 --- a/.github/workflows/tf-docs.yaml +++ b/.github/workflows/tf-docs.yaml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Update module docs - uses: terraform-docs/gh-actions@v1.2.0 + uses: terraform-docs/gh-actions@v1.2.2 with: working-dir: examples/${{ matrix.module }} output-file: README.md