Skip to content

Commit 3ba2e7b

Browse files
committed
Update cirrus-actions/rebase action to v1.5
1 parent 205d707 commit 3ba2e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
token: ${{ secrets.PAT_TOKEN }}
1414
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
1515
- name: Automatic Rebase
16-
uses: cirrus-actions/rebase@1.4
16+
uses: cirrus-actions/rebase@1.5
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}

0 commit comments

Comments
 (0)