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

@ -37,6 +37,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with: