diff --git a/.github/workflows/action-docs.yml b/.github/workflows/action-docs.yml index 6f3aab1..41609e0 100644 --- a/.github/workflows/action-docs.yml +++ b/.github/workflows/action-docs.yml @@ -17,7 +17,7 @@ jobs: - name: Update readme in the repository if: github.event_name != 'pull_request' - uses: stefanzweifel/git-auto-commit-action@v4.8.0 + uses: stefanzweifel/git-auto-commit-action@v4.9.2 with: commit_message: "chore(ci): Updating readme" file_pattern: README.md