Skip to content

Commit 3c4f019

Browse files
authored
GitHub actions house-keeping (#10142)
Updates two actions to the latest versions (`v1` is outdate as for now), changes how submodules are initialized
1 parent effd970 commit 3c4f019

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
toxenv: py37
3535

3636
steps:
37-
- uses: actions/checkout@v1
38-
- name: initialize submodules
39-
run: git submodule update --init
40-
- uses: actions/setup-python@v1
37+
- uses: actions/checkout@v2
38+
with:
39+
submodules: true
40+
- uses: actions/setup-python@v2
4141
with:
4242
python-version: ${{ matrix.python }}
4343
architecture: ${{ matrix.arch }}

0 commit comments

Comments
 (0)