fetch all with checkout

(rebased-with-history from commit 3126fa95e3)
This commit is contained in:
Josh de Leeuw 2024-01-15 09:24:51 -05:00 committed by bjoluc
commit 7189b846d0

View File

@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4