From 15c615753e6c709fe9ba274e4b81d68c7f54ca61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 07:50:55 +0000 Subject: [PATCH] Bump terraform-docs/gh-actions Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from b9ea051e31d6fea24f409f2445d563a4bbde7fbf to 7c16aaaacc92335d6d5c5d43778448deebaa3798. - [Release notes](https://github.com/terraform-docs/gh-actions/releases) - [Commits](https://github.com/terraform-docs/gh-actions/compare/b9ea051e31d6fea24f409f2445d563a4bbde7fbf...7c16aaaacc92335d6d5c5d43778448deebaa3798) --- updated-dependencies: - dependency-name: terraform-docs/gh-actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e2b7f5a..32886a8 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -21,7 +21,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs and push changes back to PR - uses: terraform-docs/gh-actions@b9ea051e31d6fea24f409f2445d563a4bbde7fbf # v1.0.0 + uses: terraform-docs/gh-actions@7c16aaaacc92335d6d5c5d43778448deebaa3798 # v1.0.0 with: working-dir: . output-file: README.md