diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index b524bd54..e772ff18 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -56,7 +56,7 @@ jobs: echo `git commit -m 'sync: generate client with ${{ steps.date.outputs.date }} spec'` - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 if: ${{ always() && steps.generate.conclusion == 'success' }} with: branch: sync/gh