diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 628039d..f1b7257 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.ref }} - - uses: terraform-docs/gh-actions@v1.2.0 + - uses: terraform-docs/gh-actions@v1.3.0 with: working-dir: . output-file: README.md