From 6afaa369e182a3979ffc31ef3b434e65c189a8db Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Thu, 26 Sep 2019 23:17:14 +0530 Subject: [PATCH] [GH Actions]: Fetch repo 5 commits deep --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b6fcb99..03e61780 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v1 with: - fetch-depth: 1 + fetch-depth: 5 - name: Set up Ruby 2.6 uses: actions/setup-ruby@v1 with: