diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/command-rebase.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml index c497cb38e2d..80037056f8d 100644 --- a/.github/workflows/command-rebase.yml +++ b/.github/workflows/command-rebase.yml @@ -26,7 +26,7 @@ jobs: reaction-type: "+1" - name: Checkout the latest code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 token: ${{ secrets.COMMAND_BOT_PAT }} |