diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index b31fd16..628039d 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.0.0 + - uses: terraform-docs/gh-actions@v1.2.0 with: working-dir: . output-file: README.md