Skip to content

Commit 8bf04f6

Browse files
authored
Fix Argos CI (#12080)
1 parent 046a15a commit 8bf04f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ jobs:
684684
steps:
685685
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # https://github.com/actions/checkout/releases/tag/v6.0.2
686686
with:
687-
fetch-depth: 2
687+
fetch-depth: 0 # fetch all history to get the latest changes needed for Argos CI
688688

689689
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # https://github.com/pnpm/action-setup/releases/tag/v4.2.0
690690
name: Install pnpm

0 commit comments

Comments
 (0)