Skip to content

Commit 297443e

Browse files
Update README.md - bumped GHA versions to latest (cirrus-actions#107)
1 parent b87d481 commit 297443e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
)
2828
steps:
2929
- name: Checkout the latest code
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v3
3131
with:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
3434
- name: Automatic Rebase
35-
uses: cirrus-actions/rebase@1.7
35+
uses: cirrus-actions/rebase@1.8
3636
with:
3737
autosquash: ${{ contains(github.event.comment.body, '/autosquash') || contains(github.event.comment.body, '/rebase-autosquash') }}
3838
env:
@@ -47,12 +47,12 @@ Example
4747
4848
...
4949
- name: Checkout the latest code
50-
uses: actions/checkout@v2
50+
uses: actions/checkout@v3
5151
with:
5252
token: ${{ secrets.PAT_TOKEN }}
5353
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
5454
- name: Automatic Rebase
55-
uses: cirrus-actions/rebase@1.5
55+
uses: cirrus-actions/rebase@1.8
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
5858
```
@@ -63,7 +63,7 @@ pull request:
6363

6464
```yaml
6565
- name: Automatic Rebase
66-
uses: cirrus-actions/rebase@1.5
66+
uses: cirrus-actions/rebase@1.8
6767
env:
6868
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
6969
PR_NUMBER: 1245

0 commit comments

Comments
 (0)