diff --git a/.github/workflows/update-doc-assets.yml b/.github/workflows/update-doc-assets.yml index 9252c77..37203b4 100644 --- a/.github/workflows/update-doc-assets.yml +++ b/.github/workflows/update-doc-assets.yml @@ -46,7 +46,7 @@ jobs: cp -f CHANGELOG.md docs/CHANGELOG.md - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.0.1 + uses: peter-evans/create-pull-request@v6.0.2 with: commit-message: Synced README changes to docs committer: github-actions[bot]