Update cirrus-actions/rebase action to v1.7

This commit is contained in:
Renovate Bot 2022-05-10 15:49:40 +00:00 committed by Tonye Jack
parent 816787f44b
commit 974dd3ae32

View File

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