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 }}