Set fetch depth to remove warning about date

This commit is contained in:
Jake Howard 2024-02-17 22:46:23 +00:00 committed by Jake Howard
parent ca52fa6bf5
commit b8855c0f90
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4