diff --git a/.github/workflows/template-sync.yml b/.github/workflows/template-sync.yml index 2f7c57e..93a121a 100644 --- a/.github/workflows/template-sync.yml +++ b/.github/workflows/template-sync.yml @@ -30,7 +30,7 @@ jobs: private_key: ${{ secrets.SYNC_APP_PRIVATE_KEY }} - name: Submit PR - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v6 with: commit-message: Updating collection with changes to prefect-collection-template token: ${{ steps.generate-token.outputs.token }}