diff --git a/.github/workflows/recurring-sort.yml b/.github/workflows/recurring-sort.yml index 8a157eafaf..9adbef084e 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@v7 + uses: peter-evans/create-pull-request@v8 with: commit-message: 'chore: sort conferences' title: 'chore: sort conferences'