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

@ -24,6 +24,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v3