diff --git a/.github/workflows/rebase.yaml b/.github/workflows/rebase.yaml index 54c7ed6..5277ada 100644 --- a/.github/workflows/rebase.yaml +++ b/.github/workflows/rebase.yaml @@ -26,7 +26,7 @@ jobs: - name: Rebase Pull Request if: ${{ steps.find-pr.outputs.number != '' }} - uses: voiceflow/rebase-many@v1.0 + uses: voiceflow/rebase-many@v1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PR_NUMBERS: ${{ steps.find-pr.outputs.number }} diff --git a/.github/workflows/rebase_all.yaml b/.github/workflows/rebase_all.yaml index 05f813e..5c68f97 100644 --- a/.github/workflows/rebase_all.yaml +++ b/.github/workflows/rebase_all.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Rebase All Incoming PRs - uses: voiceflow/rebase-incoming@v1.0 + uses: voiceflow/rebase-incoming@v1.1 with: token: ${{ secrets.GITHUB_TOKEN }} comment-on-failure: 'true'