ci: add fetch-depth: 0 to all checkout actions

This commit is contained in:
Paul Gauthier (aider) 2024-11-30 12:16:34 -08:00
parent 2437f9b051
commit c32af6536a
6 changed files with 12 additions and 0 deletions

View file

@ -25,6 +25,8 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5