From 5bd554cb2ddbde89e2c4fa08fb052f541a5ef0a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 11:24:06 +0400 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v8 (#155) --- .github/workflows/demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index b3c5ffac333415ffb25dbe7fa91284c716f9c3b5..9bb9a8d214281d2da95c526fab1d894a9430e126 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -76,7 +76,7 @@ jobs: run: sudo mv demo.gif public/assets/demo.gif - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "docs: update demo.gif from release [skip ci]"