diff --git a/sync-root/.github/workflows/terraform-validation.yaml b/sync-root/.github/workflows/terraform-validation.yaml index 0860ca5..6550920 100644 --- a/sync-root/.github/workflows/terraform-validation.yaml +++ b/sync-root/.github/workflows/terraform-validation.yaml @@ -135,7 +135,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs inside the README.md and push changes back to PR branch - uses: terraform-docs/gh-actions@v1.3.0 + uses: terraform-docs/gh-actions@v1.4.1 with: args: --sort-by required git-commit-message: "docs(readme): update module usage" @@ -156,7 +156,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs inside the README.md and push changes back to PR branch - uses: terraform-docs/gh-actions@v1.3.0 + uses: terraform-docs/gh-actions@v1.4.1 with: args: --sort-by required git-commit-message: "docs(readme): update module usage"