From 8ed0210604b967cb57d348a1282554b51cf4c288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:13:25 +0000 Subject: [PATCH] [skip-release] ci: bump terraform-docs/gh-actions from 1.2.0 to 1.3.0 Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/terraform-docs/gh-actions/releases) - [Commits](https://github.com/terraform-docs/gh-actions/compare/v1.2.0...v1.3.0) --- 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/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5617853..1e7fcb0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs - uses: terraform-docs/gh-actions@v1.2.0 + uses: terraform-docs/gh-actions@v1.3.0 with: working-dir: .,./examples/basic,./examples/replicated git-push: "true"