diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 5bb7af7..899a975 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -30,7 +30,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.1.0 + uses: terraform-docs/gh-actions@v1.2.0 with: config-file: .github/terraform-docs/.tfdocs-config.yml git-push: true