Update fetch-depth as we don't need all history for all branches

This commit is contained in:
Zach Borboa
2025-11-16 10:27:16 -05:00
parent 0f597d3306
commit ccbac89b97
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
fetch-depth: 1
persist-credentials: false
- name: Install requirements