Add fetch-depth option to checkout action

This commit is contained in:
Enno Gelhaus 2025-10-01 10:03:04 +02:00 committed by GitHub
parent c2619d7cb4
commit 4212e93a7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -17,11 +17,12 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v2