ci: update auto commit action

This commit is contained in:
Folke Lemaitre 2024-06-23 10:19:14 +02:00
parent 8804b38dc2
commit 20b89c311b
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Generate docs - name: Generate docs
run: ./build.sh run: ./build.sh
- name: Push changes - name: Push changes
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v5
with: with:
commit_message: "chore(build): auto-generate docs" commit_message: "chore(build): auto-generate docs"
commit_user_name: "github-actions[bot]" commit_user_name: "github-actions[bot]"