From 99bdb54287ae082b1c52c9e18ceda2b1bf1d5e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:08:43 +0000 Subject: [PATCH] Build(deps): Bump terraform-docs/gh-actions from 1.0.0 to 1.1.0 Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/terraform-docs/gh-actions/releases) - [Commits](https://github.com/terraform-docs/gh-actions/compare/f6d59f89a280fa0a3febf55ef68f146784b20ba0...7a62208a0090636af2df1b739da46d27fd90bdc6) --- 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/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0ad8d68..90d4dc5 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@f6d59f89a280fa0a3febf55ef68f146784b20ba0 # v1.0.0 + uses: terraform-docs/gh-actions@7a62208a0090636af2df1b739da46d27fd90bdc6 # v1.1.0 with: working-dir: service, cluster output-file: README.md