diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 1fbbd10c..a6b67c4d 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -45,7 +45,7 @@ jobs: echo `git commit -m 'sync: generate client with patched ${{ 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.fetch.conclusion == 'success' }} with: branch: sync/gh