From e0a332d83fcdb8938605b0104b864cf584d8e5ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 03:08:37 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v8 --- .github/workflows/content-generation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/content-generation.yml b/.github/workflows/content-generation.yml index c2d93f5af81..bf3522877a1 100644 --- a/.github/workflows/content-generation.yml +++ b/.github/workflows/content-generation.yml @@ -76,7 +76,7 @@ jobs: fi - name: Create pull request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 if: steps.check-changes.outputs.HAS_CHANGES == 'true' with: token: ${{ secrets.BOT_PAT }}