chore(ci): set fetch depth for affected

pull/1811/head^2
Elian Doran 2025-05-02 23:38:58 +07:00
parent b645ee1dae
commit 64fa4cdec9
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

@ -25,6 +25,8 @@ jobs:
steps: steps:
- name: Checkout the repository - name: Checkout the repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
fetch-depth: 0 # needed for https://github.com/marketplace/actions/nx-set-shas
- uses: pnpm/action-setup@v4 - uses: pnpm/action-setup@v4
- name: Set up node & dependencies - name: Set up node & dependencies