From 351f6ba5d62abc0b8bc3ffc8fd2d14f457e08476 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Wed, 18 Nov 2020 00:18:50 -0700 Subject: remove fetch depth setting since GitHub Actions does git correctly --- .github/workflows/ci.yml | 2 -- .github/workflows/release.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74e13efe..8c955125 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,8 +49,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - with: - fetch-depth: 5 - name: Install Ruby uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9dd64f0c..fbe5d37f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,8 +15,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - with: - fetch-depth: 5 - name: Install Ruby uses: ruby/setup-ruby@v1 with: -- cgit v1.2.3