From 430e6cf88a3d0f01157b1730a322b308edfe06a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 19:08:48 +0000 Subject: [PATCH] Bump terraform-docs/gh-actions from 1.0.0 to 1.3.0 Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.0.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.0.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/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3e9125b9..470c7fe8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v4 - name: Platform Docs - uses: terraform-docs/gh-actions@v1.0.0 + uses: terraform-docs/gh-actions@v1.3.0 with: git-push: true find-dir: platform @@ -46,7 +46,7 @@ jobs: working-dir: . - name: AWS Docs - uses: terraform-docs/gh-actions@v1.0.0 + uses: terraform-docs/gh-actions@v1.3.0 with: git-push: true find-dir: aws