From 2fa7a5c17e4aa112387b39973f42e60fa88f387a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:03:20 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v6.0.3 --- .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 f0657debd..268f3a43f 100644 --- a/.github/workflows/update-doc-assets.yml +++ b/.github/workflows/update-doc-assets.yml @@ -48,7 +48,7 @@ jobs: cp -f *.png docs - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.0.2 + uses: peter-evans/create-pull-request@v6.0.3 with: commit-message: Synced README changes to docs committer: github-actions[bot]