Update cirrus-actions/rebase action to v1.8

This commit is contained in:
renovate[bot] 2022-12-13 14:39:22 +00:00 committed by GitHub
parent e546ac834c
commit f58ef48954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.7
uses: cirrus-actions/rebase@1.8
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}