diff --git a/.github/workflows/sync-upstream.yml b/.github/workflows/sync-upstream.yml index f20744d..d6c65ba 100644 --- a/.github/workflows/sync-upstream.yml +++ b/.github/workflows/sync-upstream.yml @@ -56,7 +56,7 @@ jobs: - name: Create Pull Request if merge failed if: steps.check-diff.outputs.status == 'has-changes' && steps.merge.outcome == 'failure' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: '🔄 Sync from Axonexiis/haqak'