Skip to content

Commit 4c8ce2b

Browse files
authored
Merge pull request #7426 from opsmill/pog-graphql-submodules
Check out repo with submodules
2 parents 5ea929d + b3a1703 commit 4c8ce2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,9 @@ jobs:
570570
group: huge-runners
571571
steps:
572572
- name: Check out repository code
573-
uses: actions/checkout@v4
573+
uses: "actions/checkout@v5"
574+
with:
575+
submodules: true
574576
- name: Set up Python
575577
id: python
576578
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)