chore: update fetch-depth in deployment workflow to optimize checkout process

This commit is contained in:
zurdi
2025-02-26 16:41:20 +00:00
parent 5c1425d969
commit 48cff5dfeb
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 1
- name: Install uv
uses: astral-sh/setup-uv@v5