From ca74fb9560aada14254cd4242f721563bffcc134 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:45:26 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v8 --- .github/workflows/update-prompt-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-prompt-docs.yml b/.github/workflows/update-prompt-docs.yml index 7bfec151..8c2bc854 100644 --- a/.github/workflows/update-prompt-docs.yml +++ b/.github/workflows/update-prompt-docs.yml @@ -55,7 +55,7 @@ jobs: - name: Create Pull Request if: steps.git-check.outputs.changed == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'docs: update prompts documentation'