diff --git a/.github/workflows/sync-code-examples.yml b/.github/workflows/sync-code-examples.yml index 170fc3ea25..914572ff8d 100644 --- a/.github/workflows/sync-code-examples.yml +++ b/.github/workflows/sync-code-examples.yml @@ -57,7 +57,7 @@ jobs: - name: Create Pull Request if: steps.check_changes.outputs.changes == 'true' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: |