Skip to content

Commit a3643b4

Browse files
committed
Update CI checkout to use submodules
1 parent 2da2687 commit a3643b4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/actions.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ jobs:
1414
python-version: [3.8]
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
18+
with:
19+
submodules: 'true'
1820

1921
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v5
2123
with:
2224
python-version: ${{ matrix.python-version }}
2325

0 commit comments

Comments
 (0)