From 805cac4a52f0b0784c3a70ac57d3afde39284746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 03:13:00 +0000 Subject: [PATCH] build(deps): Bump terraform-docs/gh-actions from 1.1.0 to 1.2.0 Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.1.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.1.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/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 9981da8..17f181a 100644 --- a/.github/workflows/check_tf_docs.yaml +++ b/.github/workflows/check_tf_docs.yaml @@ -8,7 +8,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.1.0 + uses: terraform-docs/gh-actions@v1.2.0 with: working-dir: . fail-on-diff: true