diff --git a/.github/workflows/ci-terraform-module-deployment.yml b/.github/workflows/ci-terraform-module-deployment.yml index 21c58ae..89cedb4 100644 --- a/.github/workflows/ci-terraform-module-deployment.yml +++ b/.github/workflows/ci-terraform-module-deployment.yml @@ -107,7 +107,7 @@ jobs: echo "GIT_COMMIT_MESSAGE=$(git show -s --format=%s)" >> $GITHUB_ENV - name: Generate Terraform docs - uses: terraform-docs/gh-actions@v1.1.0 + uses: terraform-docs/gh-actions@v1.2.2 if: "!startsWith(env.GITHUB_PR_BRANCH, 'renovate/')" with: working-dir: ${{ env.MODULE_DEPLOYMENT_DIR }} @@ -117,7 +117,7 @@ jobs: fail-on-diff: true - name: Generate Terraform docs for Renovate - uses: terraform-docs/gh-actions@v1.1.0 + uses: terraform-docs/gh-actions@v1.2.2 if: "startsWith(env.GITHUB_PR_BRANCH, 'renovate/')" with: working-dir: ${{ env.MODULE_DEPLOYMENT_DIR }} diff --git a/.github/workflows/ci-terraform.yml b/.github/workflows/ci-terraform.yml index 6ebf48d..e4a8f20 100644 --- a/.github/workflows/ci-terraform.yml +++ b/.github/workflows/ci-terraform.yml @@ -61,7 +61,7 @@ jobs: echo "GIT_COMMIT_MESSAGE=$(git show -s --format=%s)" >> $GITHUB_ENV - name: Generate Terraform docs - uses: terraform-docs/gh-actions@v1.1.0 + uses: terraform-docs/gh-actions@v1.2.2 if: "!startsWith(env.GITHUB_PR_BRANCH, 'renovate/')" with: working-dir: . @@ -71,7 +71,7 @@ jobs: fail-on-diff: true - name: Generate Terraform docs for Renovate - uses: terraform-docs/gh-actions@v1.1.0 + uses: terraform-docs/gh-actions@v1.2.2 if: "startsWith(env.GITHUB_PR_BRANCH, 'renovate/')" with: working-dir: .