deep fetch

This commit is contained in:
dgtlmoon
2026-02-11 15:37:25 +01:00
parent c1e9e012e3
commit d810dc38f4
@@ -526,6 +526,8 @@ jobs:
PYTHON_VERSION: ${{ inputs.python-version }}
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0 # Fetch all history and tags for upgrade testing
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v6