diff --git a/.github/workflows/check_tf_docs.yaml b/.github/workflows/check_tf_docs.yaml index 9981da8..17f181a 100644 --- a/.github/workflows/check_tf_docs.yaml +++ b/.github/workflows/check_tf_docs.yaml @@ -8,7 +8,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} - name: Check if terraform docs inside the README.md are updated - uses: terraform-docs/gh-actions@v1.1.0 + uses: terraform-docs/gh-actions@v1.2.0 with: working-dir: . fail-on-diff: true