From 990d09927f7e6b3ba04ca3adc2e618da19b5484d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 19:27:57 +0000 Subject: [PATCH] Bump terraform-docs/gh-actions Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from b9ea051e31d6fea24f409f2445d563a4bbde7fbf to 72ed18e5751c95dc36107dff832598081ff56eb9. - [Release notes](https://github.com/terraform-docs/gh-actions/releases) - [Commits](https://github.com/terraform-docs/gh-actions/compare/b9ea051e31d6fea24f409f2445d563a4bbde7fbf...72ed18e5751c95dc36107dff832598081ff56eb9) --- updated-dependencies: - dependency-name: terraform-docs/gh-actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index edfee0f..7209d2f 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -27,7 +27,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs inside the README.md and push changes back to PR branch - uses: terraform-docs/gh-actions@b9ea051e31d6fea24f409f2445d563a4bbde7fbf + uses: terraform-docs/gh-actions@72ed18e5751c95dc36107dff832598081ff56eb9 with: working-dir: . output-file: README.md