From 387fa0f285c0c26b2d048504431a705072390b94 Mon Sep 17 00:00:00 2001 From: Xavientois Date: Fri, 15 Oct 2021 17:15:28 -0400 Subject: [PATCH] ci: bump rebase action version --- .github/workflows/rebase.yaml | 2 +- .github/workflows/rebase_all.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'