From bdfd94f7d17b7638a78a8b772d32deb3105e5d1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:22:10 +0000 Subject: [PATCH] chore(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/7a62208a0090636af2df1b739da46d27fd90bdc6...e47bfa196e79fa50987ef391be236d9d97b0c786) --- 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/update-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 729c4e2d6c..1f9525b04c 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -32,7 +32,7 @@ jobs: # use an app to ensure CI is triggered - name: Generate TF docs if: github.repository_owner == 'philips-labs' - uses: terraform-docs/gh-actions@7a62208a0090636af2df1b739da46d27fd90bdc6 # ratchet:terraform-docs/gh-actions@v1.1.0 + uses: terraform-docs/gh-actions@e47bfa196e79fa50987ef391be236d9d97b0c786 # ratchet:terraform-docs/gh-actions@v1.2.0 with: find-dir: . git-commit-message: "docs: auto update terraform docs" @@ -42,7 +42,7 @@ jobs: - name: Generate TF docs (forks) if: github.repository_owner != 'philips-labs' - uses: terraform-docs/gh-actions@7a62208a0090636af2df1b739da46d27fd90bdc6 # ratchet:terraform-docs/gh-actions@v1.1.0 + uses: terraform-docs/gh-actions@e47bfa196e79fa50987ef391be236d9d97b0c786 # ratchet:terraform-docs/gh-actions@v1.2.0 with: find-dir: . git-commit-message: "docs: auto update terraform docs"