diff --git a/.github/workflows/action-docs.yml b/.github/workflows/action-docs.yml index b138b93..a9b65c6 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.14.0 + uses: stefanzweifel/git-auto-commit-action@v4.14.1 with: commit_message: "chore(ci): Updating readme" file_pattern: README.md