Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit da0cb1c

Browse files
Bump @1.4 to @1.5 in README (#87)
1 parent c473b71 commit da0cb1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
2929
- name: Automatic Rebase
30-
uses: cirrus-actions/rebase@1.4
30+
uses: cirrus-actions/rebase@1.5
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
```
@@ -45,7 +45,7 @@ Example
4545
token: ${{ secrets.PAT_TOKEN }}
4646
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
4747
- name: Automatic Rebase
48-
uses: cirrus-actions/rebase@1.4
48+
uses: cirrus-actions/rebase@1.5
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
5151
```
@@ -56,7 +56,7 @@ pull request:
5656

5757
```yaml
5858
- name: Automatic Rebase
59-
uses: cirrus-actions/rebase@1.4
59+
uses: cirrus-actions/rebase@1.5
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
6262
PR_NUMBER: 1245

0 commit comments

Comments
 (0)