diff --git a/.github/workflows/push-rebase.yaml b/.github/workflows/push-rebase.yaml index 4b4049ae1d4b91b01e7ece713cf834da892c503c..224d4fab8c210334a66c4935a170bfb9bf637e54 100644 --- a/.github/workflows/push-rebase.yaml +++ b/.github/workflows/push-rebase.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Rebase all pull requests on push to the main branch - uses: peter-evans/rebase@v3.0.0 + uses: peter-evans/rebase@v3.1.0 with: base: main exclude-drafts: true