From 0788052c6b086ec8edf54bb035a1489a9c4cfb4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 07:39:55 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v4.1.4 --- .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 92470323..c0682877 100644 --- a/.github/workflows/update-doc-assets.yml +++ b/.github/workflows/update-doc-assets.yml @@ -47,7 +47,7 @@ jobs: cp -f *.png docs - name: Create Pull Request - uses: peter-evans/create-pull-request@v4.1.3 + uses: peter-evans/create-pull-request@v4.1.4 with: commit-message: Synced README changes to docs committer: github-actions[bot]