From 584704fd83da0b467d54229af58b657f44535fb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 00:30:52 +0000 Subject: [PATCH] chore(deps): update terraform-docs/gh-actions digest to 72ed18e Signed-off-by: renovate[bot] --- .github/workflows/terraform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 99ef51af..65f38638 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -29,7 +29,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@e47bfa196e79fa50987ef391be236d9d97b0c786 + uses: terraform-docs/gh-actions@72ed18e5751c95dc36107dff832598081ff56eb9 with: working-dir: . output-file: README.md @@ -38,7 +38,7 @@ jobs: indention: 3 git-push: "true" - name: Render terraform docs inside the README.md and push changes back to PR branch - uses: terraform-docs/gh-actions@e47bfa196e79fa50987ef391be236d9d97b0c786 + uses: terraform-docs/gh-actions@72ed18e5751c95dc36107dff832598081ff56eb9 with: working-dir: example/ output-file: README.md