diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 78d5a5b68..5d840114d 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: Automatic Rebase - uses: cirrus-actions/rebase@1.4 + uses: cirrus-actions/rebase@1.5 if: steps.check.outputs.triggered == 'true' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}