diff --git a/templates/.github/workflows/sync.yaml b/templates/.github/workflows/sync.yaml index 8454bcb8..0f0708be 100644 --- a/templates/.github/workflows/sync.yaml +++ b/templates/.github/workflows/sync.yaml @@ -43,7 +43,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.fetch.conclusion == 'success' }} with: branch: sync/gh