From b8855c0f90fb21083b9eac8cf6e3b68148d6d376 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 17 Feb 2024 22:46:23 +0000 Subject: [PATCH] Set fetch depth to remove warning about date --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 711a70a..7f919a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v4