diff --git a/.github/workflows/restyled.yml b/.github/workflows/restyled.yml index 1ebfb2e9..88808cd2 100644 --- a/.github/workflows/restyled.yml +++ b/.github/workflows/restyled.yml @@ -25,7 +25,7 @@ jobs: !cancelled() && steps.restyler.outputs.success == 'true' && github.event.pull_request.head.repo.full_name == github.repository - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: base: ${{ steps.restyler.outputs.restyled-base }} branch: ${{ steps.restyler.outputs.restyled-head }}