chore(ci): set fetch depth for affected

This commit is contained in:
Elian Doran
2025-05-02 23:38:58 +03:00
parent b645ee1dae
commit 64fa4cdec9

View File

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