Update cirrus-actions/rebase action to v1.5

This commit is contained in:
Renovate Bot 2021-05-16 00:08:07 +00:00 committed by renovate[bot]
parent 3ff324d273
commit 2eee738676

View File

@ -13,6 +13,6 @@ jobs:
token: ${{ secrets.PAT_TOKEN }}
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Automatic Rebase
uses: cirrus-actions/rebase@1.4
uses: cirrus-actions/rebase@1.5
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}