diff --git a/.github/workflows/recurring-sort.yml b/.github/workflows/recurring-sort.yml index e3a31d008bf..f5288de009f 100644 --- a/.github/workflows/recurring-sort.yml +++ b/.github/workflows/recurring-sort.yml @@ -34,7 +34,7 @@ jobs: - name: Create Pull Request id: create_pr if: steps.git-check.outputs.changes == 'true' - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v7 with: commit-message: 'chore: sort conferences' title: 'chore: sort conferences' @@ -44,7 +44,7 @@ jobs: This PR was automatically generated by the Update workflow. branch: automated/sort-conferences delete-branch: true - + - name: Auto merge if: steps.create_pr.outputs.pull-request-operation == 'created' run: gh pr merge --merge --auto "${{ steps.create_pr.outputs.pull-request-number }}"