From 149818ae5f8910621a4421f46918d7b8e8fae361 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 17:20:53 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v6.1.0 --- .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 aeac4032..96623d5a 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.4 + uses: peter-evans/create-pull-request@v6.1.0 with: commit-message: Synced README changes to docs committer: github-actions[bot]