From 97f785bedc79a1443976352fff25d38e68ee33bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 17:53:35 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7.0.11 --- .github/workflows/update-doc-assets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-doc-assets.yml b/.github/workflows/update-doc-assets.yml index a36f288..bf8c9b0 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.6 + uses: peter-evans/create-pull-request@v7.0.11 with: commit-message: Synced README changes to docs committer: github-actions[bot]