From 283164ca7ee82ea246d02fefe7fe08dd66cd4cf3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 16:48:55 +0100 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v8 (#121) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 7bfec15..8c2bc85 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'