fix actions/checkout to v2 for rebase workflow (#9515)
This commit is contained in:
parent
8d1a9e7a1c
commit
c9ff792497
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rebase.yml
vendored
2
.github/workflows/rebase.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
github.event.comment.author_association == 'OWNER')
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Automatic Rebase
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue