diff --git a/.github/workflows/action-docs.yml b/.github/workflows/action-docs.yml index 4627b26..b138b93 100644 --- a/.github/workflows/action-docs.yml +++ b/.github/workflows/action-docs.yml @@ -16,7 +16,7 @@ jobs: - name: Update readme in the repository if: github.event_name != 'pull_request' - uses: stefanzweifel/git-auto-commit-action@v4.13.1 + uses: stefanzweifel/git-auto-commit-action@v4.14.0 with: commit_message: "chore(ci): Updating readme" file_pattern: README.md