From 81308002efae146b520ba60bfb1fdfe3c68cdfc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:08:34 +0000 Subject: [PATCH] build(deps): 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/check_tf_docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_tf_docs.yaml b/.github/workflows/check_tf_docs.yaml index 44d9339..797c3ae 100644 --- a/.github/workflows/check_tf_docs.yaml +++ b/.github/workflows/check_tf_docs.yaml @@ -10,7 +10,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} - name: Check if terraform docs inside the README.md are updated - uses: terraform-docs/gh-actions@v1.2.0 + uses: terraform-docs/gh-actions@v1.2.2 with: working-dir: . fail-on-diff: true