diff --git a/.github/workflows/py314-sync-cpython.yml b/.github/workflows/py314-sync-cpython.yml index 9f0f5af7b1b..508a29eac73 100644 --- a/.github/workflows/py314-sync-cpython.yml +++ b/.github/workflows/py314-sync-cpython.yml @@ -44,7 +44,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v8 with: token: ${{ steps.app-token.outputs.token }} commit-message: sync with cpython ${{ env.LATEST_COMMIT_ID }}