We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 046a15a commit 8bf04f6Copy full SHA for 8bf04f6
1 file changed
.github/workflows/test.yml
@@ -684,7 +684,7 @@ jobs:
684
steps:
685
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # https://github.com/actions/checkout/releases/tag/v6.0.2
686
with:
687
- fetch-depth: 2
+ fetch-depth: 0 # fetch all history to get the latest changes needed for Argos CI
688
689
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # https://github.com/pnpm/action-setup/releases/tag/v4.2.0
690
name: Install pnpm
0 commit comments