From 121d0b2143a58b26808fba9c3e8e7a04b5049b5f Mon Sep 17 00:00:00 2001 From: Bill Long Date: Tue, 9 Aug 2022 10:00:16 -0500 Subject: [PATCH] Third try at last updated --- .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 8b9a3f4704..99c3d16d3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - fetch-depth: 0 + fetch-depth: '0' - uses: actions/setup-python@v2 with: python-version: 3.x