From 0d33f10454d7e83c6106b53afc22ed708a98884e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 04:16:36 +0000 Subject: [PATCH] chore(deps): update terraform-docs/gh-actions digest to fdf26f4 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 dcf0253..2c1b600 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@f9a33581072a78f38e2f0bb728f56c8b674e50fc + uses: terraform-docs/gh-actions@fdf26f471dc7aa676877f9e2b21b0371f55a6209 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@f9a33581072a78f38e2f0bb728f56c8b674e50fc + uses: terraform-docs/gh-actions@fdf26f471dc7aa676877f9e2b21b0371f55a6209 with: working-dir: example/ output-file: README.md