From c9ff7924977bcd4aded27d7d4f445829287edfef Mon Sep 17 00:00:00 2001 From: Yash Dave Date: Tue, 28 Jul 2020 21:04:35 +0530 Subject: [PATCH] fix actions/checkout to v2 for rebase workflow (#9515) --- .github/workflows/rebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index eec2d8a78..783ec9206 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -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