@@ -27,12 +27,12 @@ jobs:
27
27
)
28
28
steps :
29
29
- name : Checkout the latest code
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v3
31
31
with :
32
32
token : ${{ secrets.GITHUB_TOKEN }}
33
33
fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
34
34
- name : Automatic Rebase
35
- uses : cirrus-actions/rebase@1.7
35
+ uses : cirrus-actions/rebase@1.8
36
36
with :
37
37
autosquash : ${{ contains(github.event.comment.body, '/autosquash') || contains(github.event.comment.body, '/rebase-autosquash') }}
38
38
env :
@@ -47,12 +47,12 @@ Example
47
47
48
48
...
49
49
- name: Checkout the latest code
50
- uses: actions/checkout@v2
50
+ uses: actions/checkout@v3
51
51
with:
52
52
token: ${{ secrets.PAT_TOKEN }}
53
53
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
54
54
- name: Automatic Rebase
55
- uses: cirrus-actions/rebase@1.5
55
+ uses: cirrus-actions/rebase@1.8
56
56
env:
57
57
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
58
58
` ` `
@@ -63,7 +63,7 @@ pull request:
63
63
64
64
` ` ` yaml
65
65
- name: Automatic Rebase
66
- uses: cirrus-actions/rebase@1.5
66
+ uses: cirrus-actions/rebase@1.8
67
67
env:
68
68
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
69
69
PR_NUMBER: 1245
0 commit comments