diff --git a/.github/workflows/update-doc-assets.yml b/.github/workflows/update-doc-assets.yml index c8ee86f..e23b88a 100644 --- a/.github/workflows/update-doc-assets.yml +++ b/.github/workflows/update-doc-assets.yml @@ -45,7 +45,7 @@ jobs: cp -f README.md docs/README.md - name: Create Pull Request - uses: peter-evans/create-pull-request@v7.0.3 + uses: peter-evans/create-pull-request@v7.0.5 with: commit-message: Synced README changes to docs committer: github-actions[bot]