fix actions/checkout to v2 for rebase workflow (#9515)

This commit is contained in:
Yash Dave 2020-07-28 21:04:35 +05:30 committed by GitHub
parent 8d1a9e7a1c
commit c9ff792497
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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